/AWS1/CL_SGMCOMPUTEQUOTACONFIG¶
Configuration of the compute allocation definition for an entity. This includes the resource sharing option and the setting to preempt low priority tasks.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_computequotaresources TYPE /AWS1/CL_SGMCOMPUTEQUOTARESR00=>TT_COMPUTEQUOTARESOURCECFGLIST TT_COMPUTEQUOTARESOURCECFGLIST¶
Allocate compute resources by instance types.
io_resourcesharingconfig TYPE REF TO /AWS1/CL_SGMRESOURCESHARINGCFG /AWS1/CL_SGMRESOURCESHARINGCFG¶
Resource sharing configuration. This defines how an entity can lend and borrow idle compute with other entities within the cluster.
iv_preemptteamtasks TYPE /AWS1/SGMPREEMPTTEAMTASKS /AWS1/SGMPREEMPTTEAMTASKS¶
Allows workloads from within an entity to preempt same-team workloads. When set to
LowerPriority, the entity's lower priority tasks are preempted by their own higher priority tasks.Default is
LowerPriority.
Queryable Attributes¶
ComputeQuotaResources¶
Allocate compute resources by instance types.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTEQUOTARESOURCES() |
Getter for COMPUTEQUOTARESOURCES, with configurable default |
ASK_COMPUTEQUOTARESOURCES() |
Getter for COMPUTEQUOTARESOURCES w/ exceptions if field has |
HAS_COMPUTEQUOTARESOURCES() |
Determine if COMPUTEQUOTARESOURCES has a value |
ResourceSharingConfig¶
Resource sharing configuration. This defines how an entity can lend and borrow idle compute with other entities within the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESHARINGCONFIG() |
Getter for RESOURCESHARINGCONFIG |
PreemptTeamTasks¶
Allows workloads from within an entity to preempt same-team workloads. When set to
LowerPriority, the entity's lower priority tasks are preempted by their own higher priority tasks.Default is
LowerPriority.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREEMPTTEAMTASKS() |
Getter for PREEMPTTEAMTASKS, with configurable default |
ASK_PREEMPTTEAMTASKS() |
Getter for PREEMPTTEAMTASKS w/ exceptions if field has no va |
HAS_PREEMPTTEAMTASKS() |
Determine if PREEMPTTEAMTASKS has a value |