/AWS1/CL_SGMCLUSTERINSTREQMNTS¶
The instance requirements for a flexible instance group. Use this to specify multiple instance types that the instance group can use. The order of instance types in the list determines the priority for instance provisioning.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_instancetypes TYPE /AWS1/CL_SGMCLUSTERINSTTYPES_W=>TT_CLUSTERINSTANCETYPES TT_CLUSTERINSTANCETYPES¶
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
Queryable Attributes¶
InstanceTypes¶
The list of instance types that the instance group can use. The order of instance types determines the priority—HyperPod attempts to provision instances using the first instance type in the list and falls back to subsequent types if capacity is unavailable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPES() |
Getter for INSTANCETYPES, with configurable default |
ASK_INSTANCETYPES() |
Getter for INSTANCETYPES w/ exceptions if field has no value |
HAS_INSTANCETYPES() |
Determine if INSTANCETYPES has a value |