Enum Instance.StateNote (0.14.0)

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

ProtocolMessageEnum

Static 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 = 2 [deprecated = true];

INSTANCE_RESUMING_VALUE

INSTANCE_RESUMING indicates that the instance was previously paused and is under the process of being brought back.

INSTANCE_RESUMING = 2 [deprecated = true];

PAUSED_CMEK_UNAVAILABLE

CMEK access is unavailable.

PAUSED_CMEK_UNAVAILABLE = 1;

PAUSED_CMEK_UNAVAILABLE_VALUE

CMEK access is unavailable.

PAUSED_CMEK_UNAVAILABLE = 1;

STATE_NOTE_UNSPECIFIED

STATE_NOTE_UNSPECIFIED as the first value of State.

STATE_NOTE_UNSPECIFIED = 0;

STATE_NOTE_UNSPECIFIED_VALUE

STATE_NOTE_UNSPECIFIED as the first value of State.

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