Skip to content

/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