@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientVpnEndpointStatus extends Object implements Serializable, Cloneable
Describes the state of a Client VPN endpoint.
Constructor and Description |
---|
ClientVpnEndpointStatus() |
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpointStatus |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
The state of the Client VPN endpoint.
|
String |
getMessage()
A message about the status of the Client VPN endpoint.
|
int |
hashCode() |
void |
setCode(String code)
The state of the Client VPN endpoint.
|
void |
setMessage(String message)
A message about the status of the Client VPN endpoint.
|
String |
toString()
Returns a string representation of this object.
|
ClientVpnEndpointStatus |
withCode(ClientVpnEndpointStatusCode code)
The state of the Client VPN endpoint.
|
ClientVpnEndpointStatus |
withCode(String code)
The state of the Client VPN endpoint.
|
ClientVpnEndpointStatus |
withMessage(String message)
A message about the status of the Client VPN endpoint.
|
public void setCode(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
public String getCode()
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.
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
public ClientVpnEndpointStatus withCode(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
public ClientVpnEndpointStatus withCode(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
public void setMessage(String message)
A message about the status of the Client VPN endpoint.
message
- A message about the status of the Client VPN endpoint.public String getMessage()
A message about the status of the Client VPN endpoint.
public ClientVpnEndpointStatus withMessage(String message)
A message about the status of the Client VPN endpoint.
message
- A message about the status of the Client VPN endpoint.public String toString()
toString
in class Object
Object.toString()
public ClientVpnEndpointStatus clone()