/AWS1/CL_CEXESINSTANCEDETAILS¶
Details about the Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceclass TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The class of instance that Amazon Web Services recommends.
iv_instancesize TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The size of instance that Amazon Web Services recommends.
iv_region TYPE /AWS1/CEXGENERICSTRING /AWS1/CEXGENERICSTRING¶
The Amazon Web Services Region of the recommended reservation.
iv_currentgeneration TYPE /AWS1/CEXGENERICBOOLEAN /AWS1/CEXGENERICBOOLEAN¶
Determines whether the recommendation is for a current-generation instance.
iv_sizeflexeligible TYPE /AWS1/CEXGENERICBOOLEAN /AWS1/CEXGENERICBOOLEAN¶
Determines whether the recommended reservation is size flexible.
Queryable Attributes¶
InstanceClass¶
The class of instance that Amazon Web Services recommends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECLASS() |
Getter for INSTANCECLASS, with configurable default |
ASK_INSTANCECLASS() |
Getter for INSTANCECLASS w/ exceptions if field has no value |
HAS_INSTANCECLASS() |
Determine if INSTANCECLASS has a value |
InstanceSize¶
The size of instance that Amazon Web Services recommends.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCESIZE() |
Getter for INSTANCESIZE, with configurable default |
ASK_INSTANCESIZE() |
Getter for INSTANCESIZE w/ exceptions if field has no value |
HAS_INSTANCESIZE() |
Determine if INSTANCESIZE has a value |
Region¶
The Amazon Web Services Region of the recommended reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
CurrentGeneration¶
Determines whether the recommendation is for a current-generation instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENTGENERATION() |
Getter for CURRENTGENERATION |
SizeFlexEligible¶
Determines whether the recommended reservation is size flexible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIZEFLEXELIGIBLE() |
Getter for SIZEFLEXELIGIBLE |