- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public enum VpnTunnel.Status extends Enum<VpnTunnel.Status> implements ProtocolMessageEnum
[Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel.
Protobuf enum google.cloud.compute.v1.VpnTunnel.Status
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALLOCATING_RESOURCES |
Cloud VPN is in the process of allocating all required resources (specifically, a borg task). |
ALLOCATING_RESOURCES_VALUE |
Cloud VPN is in the process of allocating all required resources (specifically, a borg task). |
AUTHORIZATION_ERROR |
Auth error (e.g. bad shared secret). |
AUTHORIZATION_ERROR_VALUE |
Auth error (e.g. bad shared secret). |
DEPROVISIONING |
Resources is being deallocated for the VPN tunnel. |
DEPROVISIONING_VALUE |
Resources is being deallocated for the VPN tunnel. |
ESTABLISHED |
Secure session is successfully established with peer VPN. |
ESTABLISHED_VALUE |
Secure session is successfully established with peer VPN. |
FAILED |
Tunnel creation has failed and the tunnel is not ready to be used. |
FAILED_VALUE |
Tunnel creation has failed and the tunnel is not ready to be used. |
FIRST_HANDSHAKE |
Successful first handshake with peer VPN. |
FIRST_HANDSHAKE_VALUE |
Successful first handshake with peer VPN. |
NEGOTIATION_FAILURE |
Handshake failed. |
NEGOTIATION_FAILURE_VALUE |
Handshake failed. |
NETWORK_ERROR |
Deprecated, replaced by NO_INCOMING_PACKETS |
NETWORK_ERROR_VALUE |
Deprecated, replaced by NO_INCOMING_PACKETS |
NO_INCOMING_PACKETS |
No incoming packets from peer |
NO_INCOMING_PACKETS_VALUE |
No incoming packets from peer |
PROVISIONING |
Resource is being allocated for the VPN tunnel. |
PROVISIONING_VALUE |
Resource is being allocated for the VPN tunnel. |
REJECTED |
Tunnel configuration was rejected, can be result of being denylisted. |
REJECTED_VALUE |
Tunnel configuration was rejected, can be result of being denylisted. |
STOPPED |
Tunnel is stopped due to its Forwarding Rules being deleted. |
STOPPED_VALUE |
Tunnel is stopped due to its Forwarding Rules being deleted. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
WAITING_FOR_FULL_CONFIG |
Waiting to receive all VPN-related configs from user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are needed to setup VPN tunnel. |
WAITING_FOR_FULL_CONFIG_VALUE |
Waiting to receive all VPN-related configs from user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are needed to setup VPN tunnel. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |