/AWS1/CL_LSALOADBALANCERTLSC03¶
Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/LSADOMAINNAME /AWS1/LSADOMAINNAME¶
The fully qualified domain name in the certificate request.
iv_validationstatus TYPE /AWS1/LSALOADBALANCERTLSCRTD00 /AWS1/LSALOADBALANCERTLSCRTD00¶
The status of the domain validation. Valid values are listed below.
Queryable Attributes¶
domainName¶
The fully qualified domain name in the certificate request.
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 |
validationStatus¶
The status of the domain validation. Valid values are listed below.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONSTATUS() |
Getter for VALIDATIONSTATUS, with configurable default |
ASK_VALIDATIONSTATUS() |
Getter for VALIDATIONSTATUS w/ exceptions if field has no va |
HAS_VALIDATIONSTATUS() |
Determine if VALIDATIONSTATUS 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_LOADBALANCERTLSCRTDOMVATI01¶
TYPES TT_LOADBALANCERTLSCRTDOMVATI01 TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSALOADBALANCERTLSC03 WITH DEFAULT KEY
.