/AWS1/CL_LSALOADBALANCERTLSC04¶
An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_code TYPE /AWS1/LSALOADBALANCERTLSCRTD01 /AWS1/LSALOADBALANCERTLSCRTD01¶
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED- The validation records were successfully added.
STARTED- The automatic DNS record creation has started.
FAILED- The validation record addition failed.
iv_message TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The message that describes the reason for the status code.
Queryable Attributes¶
code¶
The status code for the automated DNS record creation.
Following are the possible values:
SUCCEEDED- The validation records were successfully added.
STARTED- The automatic DNS record creation has started.
FAILED- The validation record addition failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
The message that describes the reason for the status code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |