public static class Status
Constants for wire representations of the VpnTunnel.Types.Status enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AllocatingResources
public const string AllocatingResources = "ALLOCATING_RESOURCES"
Wire representation of AllocatingResources.
Field Value | |
---|---|
Type | Description |
String |
AuthorizationError
public const string AuthorizationError = "AUTHORIZATION_ERROR"
Wire representation of AuthorizationError.
Field Value | |
---|---|
Type | Description |
String |
Deprovisioning
public const string Deprovisioning = "DEPROVISIONING"
Wire representation of Deprovisioning.
Field Value | |
---|---|
Type | Description |
String |
Established
public const string Established = "ESTABLISHED"
Wire representation of Established.
Field Value | |
---|---|
Type | Description |
String |
Failed
public const string Failed = "FAILED"
Wire representation of Failed.
Field Value | |
---|---|
Type | Description |
String |
FirstHandshake
public const string FirstHandshake = "FIRST_HANDSHAKE"
Wire representation of FirstHandshake.
Field Value | |
---|---|
Type | Description |
String |
NegotiationFailure
public const string NegotiationFailure = "NEGOTIATION_FAILURE"
Wire representation of NegotiationFailure.
Field Value | |
---|---|
Type | Description |
String |
NetworkError
public const string NetworkError = "NETWORK_ERROR"
Wire representation of NetworkError.
Field Value | |
---|---|
Type | Description |
String |
NoIncomingPackets
public const string NoIncomingPackets = "NO_INCOMING_PACKETS"
Wire representation of NoIncomingPackets.
Field Value | |
---|---|
Type | Description |
String |
Provisioning
public const string Provisioning = "PROVISIONING"
Wire representation of Provisioning.
Field Value | |
---|---|
Type | Description |
String |
Rejected
public const string Rejected = "REJECTED"
Wire representation of Rejected.
Field Value | |
---|---|
Type | Description |
String |
Stopped
public const string Stopped = "STOPPED"
Wire representation of Stopped.
Field Value | |
---|---|
Type | Description |
String |
UndefinedStatus
public const string UndefinedStatus = "UNDEFINED_STATUS"
Wire representation of UndefinedStatus.
Field Value | |
---|---|
Type | Description |
String |
WaitingForFullConfig
public const string WaitingForFullConfig = "WAITING_FOR_FULL_CONFIG"
Wire representation of WaitingForFullConfig.
Field Value | |
---|---|
Type | Description |
String |