public static final class ShowResourceGroupsRequest.Options extends Object
SHOW_DEFAULT_VALUES
: If true
include values of fields that are
based on the default resource group.
Supported values:
The default value is TRUE
.
SHOW_DEFAULT_GROUP
: If true
include the default and system
resource groups in the response. This value defaults to false if an
explicit list of group names is provided, and true otherwise.
Supported values:
The default value is TRUE
.
SHOW_TIER_USAGE
: If true
include the resource group usage on
the worker ranks in the response.
Supported values:
The default value is FALSE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
SHOW_DEFAULT_GROUP
If
true include the default and system resource groups in
the response. |
static String |
SHOW_DEFAULT_VALUES
If
true include values of fields that are based on the
default resource group. |
static String |
SHOW_TIER_USAGE
If
true include the resource group usage on the worker ranks
in the response. |
static String |
TRUE |
public static final String SHOW_DEFAULT_VALUES
true
include values of fields that are based on the
default resource group.
Supported values:
The default value is TRUE
.public static final String TRUE
public static final String FALSE
public static final String SHOW_DEFAULT_GROUP
true
include the default and system resource groups in
the response. This value defaults to false if an explicit list of
group names is provided, and true otherwise.
Supported values:
The default value is TRUE
.public static final String SHOW_TIER_USAGE
true
include the resource group usage on the worker ranks
in the response.
Supported values:
The default value is FALSE
.Copyright © 2024. All rights reserved.