/AWS1/CL_SGMCOMPUTEQUOTATARGET¶
The target entity to allocate compute resources to.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_teamname TYPE /AWS1/SGMCOMPUTEQUOTATGTTEAM00 /AWS1/SGMCOMPUTEQUOTATGTTEAM00¶
Name of the team to allocate compute resources to.
Optional arguments:¶
iv_fairshareweight TYPE /AWS1/SGMFAIRSHAREWEIGHT /AWS1/SGMFAIRSHAREWEIGHT¶
Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when
FairShareis enabled.A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.
Queryable Attributes¶
TeamName¶
Name of the team to allocate compute resources to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEAMNAME() |
Getter for TEAMNAME, with configurable default |
ASK_TEAMNAME() |
Getter for TEAMNAME w/ exceptions if field has no value |
HAS_TEAMNAME() |
Determine if TEAMNAME has a value |
FairShareWeight¶
Assigned entity fair-share weight. Idle compute will be shared across entities based on these assigned weights. This weight is only used when
FairShareis enabled.A weight of 0 is the lowest priority and 100 is the highest. Weight 0 is the default.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAIRSHAREWEIGHT() |
Getter for FAIRSHAREWEIGHT, with configurable default |
ASK_FAIRSHAREWEIGHT() |
Getter for FAIRSHAREWEIGHT w/ exceptions if field has no val |
HAS_FAIRSHAREWEIGHT() |
Determine if FAIRSHAREWEIGHT has a value |