Enum Spoke.StateReason.Code (1.41.0)

public enum Spoke.StateReason.Code extends Enum<Spoke.StateReason.Code> implements ProtocolMessageEnum

The Code enum represents the various reasons a state can be INACTIVE.

Protobuf enum google.cloud.networkconnectivity.v1.Spoke.StateReason.Code

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CODE_UNSPECIFIED

No information available.

CODE_UNSPECIFIED = 0;

CODE_UNSPECIFIED_VALUE

No information available.

CODE_UNSPECIFIED = 0;

FAILED

Network Connectivity Center encountered errors while accepting the spoke.

FAILED = 4;

FAILED_VALUE

Network Connectivity Center encountered errors while accepting the spoke.

FAILED = 4;

PAUSED

The spoke has been deactivated internally.

PAUSED = 3;

PAUSED_VALUE

The spoke has been deactivated internally.

PAUSED = 3;

PENDING_REVIEW

The proposed spoke is pending review.

PENDING_REVIEW = 1;

PENDING_REVIEW_VALUE

The proposed spoke is pending review.

PENDING_REVIEW = 1;

REJECTED

The proposed spoke has been rejected by the hub administrator.

REJECTED = 2;

REJECTED_VALUE

The proposed spoke has been rejected by the hub administrator.

REJECTED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()