Enum KmsConfig.State (0.9.0)

public enum KmsConfig.State extends Enum<KmsConfig.State> implements ProtocolMessageEnum

The KmsConfig States

Protobuf enum google.cloud.netapp.v1.KmsConfig.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

KmsConfig State is Creating

CREATING = 2;

CREATING_VALUE

KmsConfig State is Creating

CREATING = 2;

DELETING

KmsConfig State is Deleting

DELETING = 3;

DELETING_VALUE

KmsConfig State is Deleting

DELETING = 3;

DISABLED

KmsConfig State is Disabled.

DISABLED = 10;

DISABLED_VALUE

KmsConfig State is Disabled.

DISABLED = 10;

DISABLING

KmsConfig State is Disabling.

DISABLING = 9;

DISABLING_VALUE

KmsConfig State is Disabling.

DISABLING = 9;

ERROR

KmsConfig State is Error

ERROR = 6;

ERROR_VALUE

KmsConfig State is Error

ERROR = 6;

IN_USE

KmsConfig State is In Use.

IN_USE = 5;

IN_USE_VALUE

KmsConfig State is In Use.

IN_USE = 5;

KEY_CHECK_PENDING

KmsConfig State is Pending to verify crypto key access.

KEY_CHECK_PENDING = 7;

KEY_CHECK_PENDING_VALUE

KmsConfig State is Pending to verify crypto key access.

KEY_CHECK_PENDING = 7;

KEY_NOT_REACHABLE

KmsConfig State is Not accessbile by the SDE service account to the crypto key.

KEY_NOT_REACHABLE = 8;

KEY_NOT_REACHABLE_VALUE

KmsConfig State is Not accessbile by the SDE service account to the crypto key.

KEY_NOT_REACHABLE = 8;

MIGRATING

KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.

MIGRATING = 11;

MIGRATING_VALUE

KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.

MIGRATING = 11;

READY

KmsConfig State is Ready

READY = 1;

READY_VALUE

KmsConfig State is Ready

READY = 1;

STATE_UNSPECIFIED

Unspecified KmsConfig State

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified KmsConfig State

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

KmsConfig State is Updating

UPDATING = 4;

UPDATING_VALUE

KmsConfig State is Updating

UPDATING = 4;

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