/AWS1/CL_EC2CLIVPNENDPTSTATUS¶
Describes the state of a Client VPN endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_code TYPE /AWS1/EC2CLIVPNENDPTSTATUSCODE /AWS1/EC2CLIVPNENDPTSTATUSCODE¶
The state of the Client VPN endpoint. Possible states include:
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
iv_message TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
A message about the status of the Client VPN endpoint.
Queryable Attributes¶
Code¶
The state of the Client VPN endpoint. Possible states include:
pending-associate- The Client VPN endpoint has been created but no target networks have been associated. The Client VPN endpoint cannot accept connections.
available- The Client VPN endpoint has been created and a target network has been associated. The Client VPN endpoint can accept connections.
deleting- The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept connections.
deleted- The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept connections.
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¶
A message about the status of the Client VPN endpoint.
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 |