public enum Instance.StateNote extends Enum<Instance.StateNote> implements ProtocolMessageEnum
Provides information about the current instance state.
Protobuf enum google.cloud.securesourcemanager.v1.Instance.StateNote
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
INSTANCE_RESUMING | INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back. |
INSTANCE_RESUMING_VALUE | INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back. |
PAUSED_CMEK_UNAVAILABLE | CMEK access is unavailable. |
PAUSED_CMEK_UNAVAILABLE_VALUE | CMEK access is unavailable. |
STATE_NOTE_UNSPECIFIED | STATE_NOTE_UNSPECIFIED as the first value of State. |
STATE_NOTE_UNSPECIFIED_VALUE | STATE_NOTE_UNSPECIFIED as the first value of State. |
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() |