/AWS1/CL_OUTEC2CAPACITY¶
Information about EC2 capacity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_family TYPE /AWS1/OUTFAMILY /AWS1/OUTFAMILY¶
The family of the EC2 capacity.
iv_maxsize TYPE /AWS1/OUTMAXSIZE /AWS1/OUTMAXSIZE¶
The maximum size of the EC2 capacity.
iv_quantity TYPE /AWS1/OUTQUANTITY /AWS1/OUTQUANTITY¶
The quantity of the EC2 capacity.
Queryable Attributes¶
Family¶
The family of the EC2 capacity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAMILY() |
Getter for FAMILY, with configurable default |
ASK_FAMILY() |
Getter for FAMILY w/ exceptions if field has no value |
HAS_FAMILY() |
Determine if FAMILY has a value |
MaxSize¶
The maximum size of the EC2 capacity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXSIZE() |
Getter for MAXSIZE, with configurable default |
ASK_MAXSIZE() |
Getter for MAXSIZE w/ exceptions if field has no value |
HAS_MAXSIZE() |
Determine if MAXSIZE has a value |
Quantity¶
The quantity of the EC2 capacity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUANTITY() |
Getter for QUANTITY, with configurable default |
ASK_QUANTITY() |
Getter for QUANTITY w/ exceptions if field has no value |
HAS_QUANTITY() |
Determine if QUANTITY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EC2CAPACITYLISTDEFINITION¶
TYPES TT_EC2CAPACITYLISTDEFINITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_OUTEC2CAPACITY WITH DEFAULT KEY
.