/AWS1/CL_SGMCLUSTAUTOSCCFGOUT¶
The autoscaling configuration and status information 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.
iv_status
TYPE /AWS1/SGMCLUSTERAUTOSCSTATUS
/AWS1/SGMCLUSTERAUTOSCSTATUS
¶
The current status of the autoscaling configuration. Valid values are
InService
,Failed
,Creating
, andDeleting
.
Optional arguments:¶
iv_autoscalertype
TYPE /AWS1/SGMCLUSTERAUTOSCALERTYPE
/AWS1/SGMCLUSTERAUTOSCALERTYPE
¶
The type of autoscaler configured for the cluster.
iv_failuremessage
TYPE /AWS1/SGMSTRING00
/AWS1/SGMSTRING00
¶
If the autoscaling status is
Failed
, this field contains a message describing the failure.
Queryable Attributes¶
Mode¶
Describes whether autoscaling is enabled or disabled for the cluster.
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 configured for the cluster.
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 |
Status¶
The current status of the autoscaling configuration. Valid values are
InService
,Failed
,Creating
, andDeleting
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
FailureMessage¶
If the autoscaling status is
Failed
, this field contains a message describing the failure.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |