public static final class AlterResourceGroupRequest.Options extends Object
MAX_CPU_CONCURRENCY
: Maximum number of simultaneous threads that will
be used to execute a request for this group.
MAX_DATA
:
Maximum amount of cumulative ram usage regardless of tier status for
this group.
MAX_SCHEDULING_PRIORITY
: Maximum priority of a scheduled task for this
group.
MAX_TIER_PRIORITY
: Maximum priority of a tiered object for this group.
IS_DEFAULT_GROUP
: If true
, this request applies to the global
default resource group. It is an error for this field to be true
when the name
field is also populated.
Supported values:
The default value is FALSE
.
PERSIST
:
If true
and a system-level change was requested, the system
configuration will be written to disk upon successful application of
this request. This will commit the changes from this request and any
additional in-memory modifications.
Supported values:
The default value is TRUE
.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
FALSE |
static String |
IS_DEFAULT_GROUP
If
true , this request applies to the global default resource
group. |
static String |
MAX_CPU_CONCURRENCY
Maximum number of simultaneous threads that will be used to execute
a request for this group.
|
static String |
MAX_DATA
Maximum amount of cumulative ram usage regardless of tier status for
this group.
|
static String |
MAX_SCHEDULING_PRIORITY
Maximum priority of a scheduled task for this group.
|
static String |
MAX_TIER_PRIORITY
Maximum priority of a tiered object for this group.
|
static String |
PERSIST
If
true and a system-level change was requested, the system
configuration will be written to disk upon successful application of
this request. |
static String |
TRUE |
public static final String MAX_CPU_CONCURRENCY
public static final String MAX_DATA
public static final String MAX_SCHEDULING_PRIORITY
public static final String MAX_TIER_PRIORITY
public static final String IS_DEFAULT_GROUP
true
, this request applies to the global default resource
group. It is an error for this field to be true
when the
name
field is also populated.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String PERSIST
true
and a system-level change was requested, the system
configuration will be written to disk upon successful application of
this request. This will commit the changes from this request and any
additional in-memory modifications.
Supported values:
The default value is TRUE
.Copyright © 2024. All rights reserved.