/AWS1/CL_ESSUPGRADEELASTICSR01¶
Container for response returned by
UpgradeElasticsearchDomain
operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/ESSDOMAINNAME /AWS1/ESSDOMAINNAME¶
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
iv_targetversion TYPE /AWS1/ESSELASTICSRCHVRSSTRING /AWS1/ESSELASTICSRCHVRSSTRING¶
The version of Elasticsearch that you intend to upgrade the domain to.
iv_performcheckonly TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
io_changeprogressdetails TYPE REF TO /AWS1/CL_ESSCHANGEPRGSSDETAILS /AWS1/CL_ESSCHANGEPRGSSDETAILS¶
Specifies change details of the domain configuration change.
Queryable Attributes¶
DomainName¶
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
TargetVersion¶
The version of Elasticsearch that you intend to upgrade the domain to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETVERSION() |
Getter for TARGETVERSION, with configurable default |
ASK_TARGETVERSION() |
Getter for TARGETVERSION w/ exceptions if field has no value |
HAS_TARGETVERSION() |
Determine if TARGETVERSION has a value |
PerformCheckOnly¶
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERFORMCHECKONLY() |
Getter for PERFORMCHECKONLY, with configurable default |
ASK_PERFORMCHECKONLY() |
Getter for PERFORMCHECKONLY w/ exceptions if field has no va |
HAS_PERFORMCHECKONLY() |
Determine if PERFORMCHECKONLY has a value |
ChangeProgressDetails¶
Specifies change details of the domain configuration change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGEPROGRESSDETAILS() |
Getter for CHANGEPROGRESSDETAILS |