public static enum KmsConfig.State extends Enum<KmsConfig.State> implements com.google.protobuf.ProtocolMessageEnum
The KmsConfig StatesProtobuf enum
google.cloud.netapp.v1.KmsConfig.State| Enum Constant and Description |
|---|
CREATING
KmsConfig State is Creating
|
DELETING
KmsConfig State is Deleting
|
DISABLED
KmsConfig State is Disabled.
|
DISABLING
KmsConfig State is Disabling.
|
ERROR
KmsConfig State is Error
|
IN_USE
KmsConfig State is In Use.
|
KEY_CHECK_PENDING
KmsConfig State is Pending to verify crypto key access.
|
KEY_NOT_REACHABLE
KmsConfig State is Not accessbile by the SDE service account to the
crypto key.
|
MIGRATING
KmsConfig State is Migrating.
|
READY
KmsConfig State is Ready
|
STATE_UNSPECIFIED
Unspecified KmsConfig State
|
UNRECOGNIZED |
UPDATING
KmsConfig State is Updating
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
KmsConfig State is Creating
|
static int |
DELETING_VALUE
KmsConfig State is Deleting
|
static int |
DISABLED_VALUE
KmsConfig State is Disabled.
|
static int |
DISABLING_VALUE
KmsConfig State is Disabling.
|
static int |
ERROR_VALUE
KmsConfig State is Error
|
static int |
IN_USE_VALUE
KmsConfig State is In Use.
|
static int |
KEY_CHECK_PENDING_VALUE
KmsConfig State is Pending to verify crypto key access.
|
static int |
KEY_NOT_REACHABLE_VALUE
KmsConfig State is Not accessbile by the SDE service account to the
crypto key.
|
static int |
MIGRATING_VALUE
KmsConfig State is Migrating.
|
static int |
READY_VALUE
KmsConfig State is Ready
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified KmsConfig State
|
static int |
UPDATING_VALUE
KmsConfig State is Updating
|
| Modifier and Type | Method and Description |
|---|---|
static KmsConfig.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<KmsConfig.State> |
internalGetValueMap() |
static KmsConfig.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KmsConfig.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static KmsConfig.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KmsConfig.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KmsConfig.State STATE_UNSPECIFIED
Unspecified KmsConfig State
STATE_UNSPECIFIED = 0;public static final KmsConfig.State READY
KmsConfig State is Ready
READY = 1;public static final KmsConfig.State CREATING
KmsConfig State is Creating
CREATING = 2;public static final KmsConfig.State DELETING
KmsConfig State is Deleting
DELETING = 3;public static final KmsConfig.State UPDATING
KmsConfig State is Updating
UPDATING = 4;public static final KmsConfig.State IN_USE
KmsConfig State is In Use.
IN_USE = 5;public static final KmsConfig.State ERROR
KmsConfig State is Error
ERROR = 6;public static final KmsConfig.State KEY_CHECK_PENDING
KmsConfig State is Pending to verify crypto key access.
KEY_CHECK_PENDING = 7;public static final KmsConfig.State KEY_NOT_REACHABLE
KmsConfig State is Not accessbile by the SDE service account to the crypto key.
KEY_NOT_REACHABLE = 8;public static final KmsConfig.State DISABLING
KmsConfig State is Disabling.
DISABLING = 9;public static final KmsConfig.State DISABLED
KmsConfig State is Disabled.
DISABLED = 10;public static final KmsConfig.State MIGRATING
KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.
MIGRATING = 11;public static final KmsConfig.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified KmsConfig State
STATE_UNSPECIFIED = 0;public static final int READY_VALUE
KmsConfig State is Ready
READY = 1;public static final int CREATING_VALUE
KmsConfig State is Creating
CREATING = 2;public static final int DELETING_VALUE
KmsConfig State is Deleting
DELETING = 3;public static final int UPDATING_VALUE
KmsConfig State is Updating
UPDATING = 4;public static final int IN_USE_VALUE
KmsConfig State is In Use.
IN_USE = 5;public static final int ERROR_VALUE
KmsConfig State is Error
ERROR = 6;public static final int KEY_CHECK_PENDING_VALUE
KmsConfig State is Pending to verify crypto key access.
KEY_CHECK_PENDING = 7;public static final int KEY_NOT_REACHABLE_VALUE
KmsConfig State is Not accessbile by the SDE service account to the crypto key.
KEY_NOT_REACHABLE = 8;public static final int DISABLING_VALUE
KmsConfig State is Disabling.
DISABLING = 9;public static final int DISABLED_VALUE
KmsConfig State is Disabled.
DISABLED = 10;public static final int MIGRATING_VALUE
KmsConfig State is Migrating. The existing volumes are migrating from SMEK to CMEK.
MIGRATING = 11;public static KmsConfig.State[] values()
for (KmsConfig.State c : KmsConfig.State.values()) System.out.println(c);
public static KmsConfig.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static KmsConfig.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static KmsConfig.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<KmsConfig.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static KmsConfig.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.