/AWS1/CL_HPPINSTANCECONFIG¶
An EC2 instance configuration PCS uses to launch compute nodes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instancetype TYPE /AWS1/HPPSTRING /AWS1/HPPSTRING¶
The EC2 instance type that PCS can provision in the compute node group.
Example:
t2.xlarge
Queryable Attributes¶
instanceType¶
The EC2 instance type that PCS can provision in the compute node group.
Example:
t2.xlarge
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INSTANCELIST¶
TYPES TT_INSTANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_HPPINSTANCECONFIG WITH DEFAULT KEY
.