Enum GetStatusResponse.OverallStatus (1.87.0)

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

The overall status of the Transport.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Resource is active and operational.

ACTIVE = 1;

ACTIVE_VALUE

Resource is active and operational.

ACTIVE = 1;

CONFIGURING

Activation keys have been exchanged and connectivity is being established.

CONFIGURING = 3;

CONFIGURING_VALUE

Activation keys have been exchanged and connectivity is being established.

CONFIGURING = 3;

DISCONNECTED

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

DISCONNECTED = 4;

DISCONNECTED_VALUE

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

DISCONNECTED = 4;

DOWN

User configuration is correct, but the configured capacity is operationally down.

DOWN = 5;

DOWN_VALUE

User configuration is correct, but the configured capacity is operationally down.

DOWN = 5;

OVERALL_STATUS_UNSPECIFIED

Unspecified status.

OVERALL_STATUS_UNSPECIFIED = 0;

OVERALL_STATUS_UNSPECIFIED_VALUE

Unspecified status.

OVERALL_STATUS_UNSPECIFIED = 0;

PENDING_KEY

Resource is waiting for an activation key to be exchanged.

PENDING_KEY = 2;

PENDING_KEY_VALUE

Resource is waiting for an activation key to be exchanged.

PENDING_KEY = 2;

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