/AWS1/CL_SGMCLUSTAUTOSCCONFIG¶
Specifies the autoscaling configuration for a HyperPod cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mode TYPE /AWS1/SGMCLUSTERAUTOSCMODE /AWS1/SGMCLUSTERAUTOSCMODE¶
Describes whether autoscaling is enabled or disabled for the cluster. Valid values are
EnableandDisable.
Optional arguments:¶
iv_autoscalertype TYPE /AWS1/SGMCLUSTERAUTOSCALERTYPE /AWS1/SGMCLUSTERAUTOSCALERTYPE¶
The type of autoscaler to use. Currently supported value is
Karpenter.
Queryable Attributes¶
Mode¶
Describes whether autoscaling is enabled or disabled for the cluster. Valid values are
EnableandDisable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
AutoScalerType¶
The type of autoscaler to use. Currently supported value is
Karpenter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOSCALERTYPE() |
Getter for AUTOSCALERTYPE, with configurable default |
ASK_AUTOSCALERTYPE() |
Getter for AUTOSCALERTYPE w/ exceptions if field has no valu |
HAS_AUTOSCALERTYPE() |
Determine if AUTOSCALERTYPE has a value |