Enum VpnConnection.Details.State (0.54.0)

publicenumVpnConnection.Details.StateextendsEnum<VpnConnection.Details.State>implementsProtocolMessageEnum

The current connection state.

Protobuf enum google.cloud.edgecontainer.v1.VpnConnection.Details.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_CONNECTED

Connected.

STATE_CONNECTED = 1;

STATE_CONNECTED_VALUE

Connected.

STATE_CONNECTED = 1;

STATE_CONNECTING

Still connecting.

STATE_CONNECTING = 2;

STATE_CONNECTING_VALUE

Still connecting.

STATE_CONNECTING = 2;

STATE_ERROR

Error occurred.

STATE_ERROR = 3;

STATE_ERROR_VALUE

Error occurred.

STATE_ERROR = 3;

STATE_UNSPECIFIED

Unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.