/AWS1/CL_EC2CRECLIVPNENDPTRSLT¶
CreateClientVpnEndpointResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clientvpnendpointid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the Client VPN endpoint.
io_status TYPE REF TO /AWS1/CL_EC2CLIVPNENDPTSTATUS /AWS1/CL_EC2CLIVPNENDPTSTATUS¶
The current state of the Client VPN endpoint.
iv_dnsname TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The DNS name to be used by clients when establishing their VPN session.
Queryable Attributes¶
ClientVpnEndpointId¶
The ID of the Client VPN endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTVPNENDPOINTID() |
Getter for CLIENTVPNENDPOINTID, with configurable default |
ASK_CLIENTVPNENDPOINTID() |
Getter for CLIENTVPNENDPOINTID w/ exceptions if field has no |
HAS_CLIENTVPNENDPOINTID() |
Determine if CLIENTVPNENDPOINTID has a value |
Status¶
The current state of the Client VPN endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
DnsName¶
The DNS name to be used by clients when establishing their VPN session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSNAME() |
Getter for DNSNAME, with configurable default |
ASK_DNSNAME() |
Getter for DNSNAME w/ exceptions if field has no value |
HAS_DNSNAME() |
Determine if DNSNAME has a value |