Package com.gpudb.protocol
Class ShowResourceGroupsRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowResourceGroupsRequest.Options
-
- Enclosing class:
- ShowResourceGroupsRequest
public static final class ShowResourceGroupsRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringSHOW_DEFAULT_GROUPIfTRUEinclude the default and system resource groups in the response.static StringSHOW_DEFAULT_VALUESIfTRUEinclude values of fields that are based on the default resource group.static StringSHOW_TIER_USAGEIfTRUEinclude the resource group usage on the worker ranks in the response.static StringTRUE
-
-
-
Field Detail
-
SHOW_DEFAULT_VALUES
public static final String SHOW_DEFAULT_VALUES
IfTRUEinclude values of fields that are based on the default resource group. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
SHOW_DEFAULT_GROUP
public static final String SHOW_DEFAULT_GROUP
IfTRUEinclude 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 isTRUE.- See Also:
- Constant Field Values
-
-