/AWS1/CL_SGMCAPACITYRESV¶
Information about the Capacity Reservation used by an instance or instance group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/SGMSTRING00 /AWS1/SGMSTRING00¶
The Amazon Resource Name (ARN) of the Capacity Reservation.
iv_type TYPE /AWS1/SGMCAPACITYRESVTYPE /AWS1/SGMCAPACITYRESVTYPE¶
The type of Capacity Reservation. Valid values are
ODCR(On-Demand Capacity Reservation) orCRG(Capacity Reservation Group).
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the Capacity Reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Type¶
The type of Capacity Reservation. Valid values are
ODCR(On-Demand Capacity Reservation) orCRG(Capacity Reservation Group).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |