/AWS1/CL_ESSOPTIONSTATUS¶
Provides the current status of the entity.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_creationdate TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
Timestamp which tells the creation date for the entity.
iv_updatedate TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
Timestamp which tells the last updated time for the entity.
iv_state TYPE /AWS1/ESSOPTIONSTATE /AWS1/ESSOPTIONSTATE¶
Provides the
OptionStatefor the Elasticsearch domain.
Optional arguments:¶
iv_updateversion TYPE /AWS1/ESSUINTVALUE /AWS1/ESSUINTVALUE¶
Specifies the latest version for the entity.
iv_pendingdeletion TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Indicates whether the Elasticsearch domain is being deleted.
Queryable Attributes¶
CreationDate¶
Timestamp which tells the creation date for the entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
UpdateDate¶
Timestamp which tells the last updated time for the entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDATE() |
Getter for UPDATEDATE, with configurable default |
ASK_UPDATEDATE() |
Getter for UPDATEDATE w/ exceptions if field has no value |
HAS_UPDATEDATE() |
Determine if UPDATEDATE has a value |
UpdateVersion¶
Specifies the latest version for the entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEVERSION() |
Getter for UPDATEVERSION |
State¶
Provides the
OptionStatefor the Elasticsearch domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
PendingDeletion¶
Indicates whether the Elasticsearch domain is being deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDINGDELETION() |
Getter for PENDINGDELETION, with configurable default |
ASK_PENDINGDELETION() |
Getter for PENDINGDELETION w/ exceptions if field has no val |
HAS_PENDINGDELETION() |
Determine if PENDINGDELETION has a value |