Enum GetStatusResponse.ConnectivityStatus (1.87.0)

public enum GetStatusResponse.ConnectivityStatus extends Enum<GetStatusResponse.ConnectivityStatus> implements ProtocolMessageEnum

Current status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.

Protobuf enum google.cloud.networkconnectivity.v1beta.GetStatusResponse.ConnectivityStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONNECTIVITY_STATUS_CONNECTED

VPC Peering or the NCC Hub appear to be correctly established.

CONNECTIVITY_STATUS_CONNECTED = 1;

CONNECTIVITY_STATUS_CONNECTED_VALUE

VPC Peering or the NCC Hub appear to be correctly established.

CONNECTIVITY_STATUS_CONNECTED = 1;

CONNECTIVITY_STATUS_DISCONNECTED

VPC Peering has been taken down, or the NCC Spoke has been rejected.

CONNECTIVITY_STATUS_DISCONNECTED = 2;

CONNECTIVITY_STATUS_DISCONNECTED_VALUE

VPC Peering has been taken down, or the NCC Spoke has been rejected.

CONNECTIVITY_STATUS_DISCONNECTED = 2;

CONNECTIVITY_STATUS_UNSPECIFIED

Unspecified status.

CONNECTIVITY_STATUS_UNSPECIFIED = 0;

CONNECTIVITY_STATUS_UNSPECIFIED_VALUE

Unspecified status.

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