Compute Engine v1 API - Enum VpnTunnel.Types.Status (2.16.0)

public enum VpnTunnel.Types.Status

Reference documentation and code samples for the Compute Engine v1 API enum VpnTunnel.Types.Status.

[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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
AllocatingResources

Cloud VPN is in the process of allocating all required resources (specifically, a borg task).

AuthorizationError

Auth error (e.g. bad shared secret).

Deprovisioning

Resources is being deallocated for the VPN tunnel.

Established

Secure session is successfully established with peer VPN.

Failed

Tunnel creation has failed and the tunnel is not ready to be used.

FirstHandshake

Successful first handshake with peer VPN.

NegotiationFailure

Handshake failed.

NetworkError

Deprecated, replaced by NO_INCOMING_PACKETS

NoIncomingPackets

No incoming packets from peer

Provisioning

Resource is being allocated for the VPN tunnel.

Rejected

Tunnel configuration was rejected, can be result of being denylisted.

Stopped

Tunnel is stopped due to its Forwarding Rules being deleted.

UndefinedStatus

A value indicating that the enum field is not set.

WaitingForFullConfig

Waiting to receive all VPN-related configs from user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are needed to setup VPN tunnel.