/AWS1/CL_EC2CAPRESERVATIONINFO¶
Information about a Capacity Reservation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instancetype TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The instance type for the Capacity Reservation.
iv_availabilityzone TYPE /AWS1/EC2AVAILABILITYZONENAME /AWS1/EC2AVAILABILITYZONENAME¶
The Availability Zone for the Capacity Reservation.
iv_tenancy TYPE /AWS1/EC2CAPRESERVATIONTENANCY /AWS1/EC2CAPRESERVATIONTENANCY¶
The tenancy of the Capacity Reservation.
iv_availabilityzoneid TYPE /AWS1/EC2AVAILABILITYZONEID /AWS1/EC2AVAILABILITYZONEID¶
The ID of the Availability Zone.
Queryable Attributes¶
InstanceType¶
The instance type for the Capacity Reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
AvailabilityZone¶
The Availability Zone for the Capacity Reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE, with configurable default |
ASK_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE w/ exceptions if field has no va |
HAS_AVAILABILITYZONE() |
Determine if AVAILABILITYZONE has a value |
Tenancy¶
The tenancy of the Capacity Reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANCY() |
Getter for TENANCY, with configurable default |
ASK_TENANCY() |
Getter for TENANCY w/ exceptions if field has no value |
HAS_TENANCY() |
Determine if TENANCY has a value |
AvailabilityZoneId¶
The ID of the Availability Zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONEID() |
Getter for AVAILABILITYZONEID, with configurable default |
ASK_AVAILABILITYZONEID() |
Getter for AVAILABILITYZONEID w/ exceptions if field has no |
HAS_AVAILABILITYZONEID() |
Determine if AVAILABILITYZONEID has a value |