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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CODE_UNSPECIFIED |
No information available. |
CODE_UNSPECIFIED_VALUE |
No information available. |
FAILED |
Network Connectivity Center encountered errors while accepting the spoke. |
FAILED_VALUE |
Network Connectivity Center encountered errors while accepting the spoke. |
PAUSED |
The spoke has been deactivated internally. |
PAUSED_VALUE |
The spoke has been deactivated internally. |
PENDING_REVIEW |
The proposed spoke is pending review. |
PENDING_REVIEW_VALUE |
The proposed spoke is pending review. |
REJECTED |
The proposed spoke has been rejected by the hub administrator. |
REJECTED_VALUE |
The proposed spoke has been rejected by the hub administrator. |
UNRECOGNIZED |
|
UPDATE_FAILED |
Network Connectivity Center encountered errors while accepting the spoke update. |
UPDATE_FAILED_VALUE |
Network Connectivity Center encountered errors while accepting the spoke update. |
UPDATE_PENDING_REVIEW |
The proposed spoke update is pending review. |
UPDATE_PENDING_REVIEW_VALUE |
The proposed spoke update is pending review. |
UPDATE_REJECTED |
The proposed spoke update has been rejected by the hub administrator. |
UPDATE_REJECTED_VALUE |
The proposed spoke update has been rejected by the hub administrator. |
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() |