public static interface ClientVpnEndpointStatus.Builder extends SdkPojo, CopyableBuilder<ClientVpnEndpointStatus.Builder,ClientVpnEndpointStatus>
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpointStatus.Builder |
code(ClientVpnEndpointStatusCode code)
The state of the Client VPN endpoint.
|
ClientVpnEndpointStatus.Builder |
code(String code)
The state of the Client VPN endpoint.
|
ClientVpnEndpointStatus.Builder |
message(String message)
A message about the status of the Client VPN endpoint.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ClientVpnEndpointStatus.Builder code(String 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.
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.
ClientVpnEndpointStatusCode
,
ClientVpnEndpointStatusCode
ClientVpnEndpointStatus.Builder code(ClientVpnEndpointStatusCode 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.
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.
ClientVpnEndpointStatusCode
,
ClientVpnEndpointStatusCode
ClientVpnEndpointStatus.Builder message(String message)
A message about the status of the Client VPN endpoint.
message
- A message about the status of the Client VPN endpoint.Copyright © 2023. All rights reserved.