/AWS1/CL_SGMCLUSTERCAPREQS¶
Defines the instance capacity requirements for an instance group, including configurations for both Spot and On-Demand capacity types.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_spot TYPE REF TO /AWS1/CL_SGMCLUSTERSPOTOPTIONS /AWS1/CL_SGMCLUSTERSPOTOPTIONS¶
Configuration options specific to Spot instances.
io_ondemand TYPE REF TO /AWS1/CL_SGMCLUSTONDEMANDOPTS /AWS1/CL_SGMCLUSTONDEMANDOPTS¶
Configuration options specific to On-Demand instances.
Queryable Attributes¶
Spot¶
Configuration options specific to Spot instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPOT() |
Getter for SPOT |
OnDemand¶
Configuration options specific to On-Demand instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ONDEMAND() |
Getter for ONDEMAND |