public static final class ShowResourceGroupsRequest.Options extends Object
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
.Copyright © 2025. All rights reserved.