/AWS1/CL_ASCINSTREFRESHWARMP00¶
Reports progress on replacing instances that are in the warm pool.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_percentagecomplete
TYPE /AWS1/ASCINTPERCENT
/AWS1/ASCINTPERCENT
¶
The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.
iv_instancestoupdate
TYPE /AWS1/ASCINSTANCESTOUPDATE
/AWS1/ASCINSTANCESTOUPDATE
¶
The number of instances remaining to update.
Queryable Attributes¶
PercentageComplete¶
The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance's health status and warm-up time. When the instance's health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PERCENTAGECOMPLETE() |
Getter for PERCENTAGECOMPLETE, with configurable default |
ASK_PERCENTAGECOMPLETE() |
Getter for PERCENTAGECOMPLETE w/ exceptions if field has no |
HAS_PERCENTAGECOMPLETE() |
Determine if PERCENTAGECOMPLETE has a value |
InstancesToUpdate¶
The number of instances remaining to update.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCESTOUPDATE() |
Getter for INSTANCESTOUPDATE, with configurable default |
ASK_INSTANCESTOUPDATE() |
Getter for INSTANCESTOUPDATE w/ exceptions if field has no v |
HAS_INSTANCESTOUPDATE() |
Determine if INSTANCESTOUPDATE has a value |