public static enum StoragePool.State extends Enum<StoragePool.State> implements com.google.protobuf.ProtocolMessageEnum
The Storage Pool StatesProtobuf enum
google.cloud.netapp.v1.StoragePool.State| Enum Constant and Description |
|---|
CREATING
Storage Pool State is Creating
|
DELETING
Storage Pool State is Deleting
|
DISABLED
Storage Pool State is Disabled
|
ERROR
Storage Pool State is Error
|
READY
Storage Pool State is Ready
|
RESTORING
Storage Pool State is Restoring
|
STATE_UNSPECIFIED
Unspecified Storage Pool State
|
UNRECOGNIZED |
UPDATING
Storage Pool State is Updating
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATING_VALUE
Storage Pool State is Creating
|
static int |
DELETING_VALUE
Storage Pool State is Deleting
|
static int |
DISABLED_VALUE
Storage Pool State is Disabled
|
static int |
ERROR_VALUE
Storage Pool State is Error
|
static int |
READY_VALUE
Storage Pool State is Ready
|
static int |
RESTORING_VALUE
Storage Pool State is Restoring
|
static int |
STATE_UNSPECIFIED_VALUE
Unspecified Storage Pool State
|
static int |
UPDATING_VALUE
Storage Pool State is Updating
|
| Modifier and Type | Method and Description |
|---|---|
static StoragePool.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<StoragePool.State> |
internalGetValueMap() |
static StoragePool.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StoragePool.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StoragePool.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoragePool.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoragePool.State STATE_UNSPECIFIED
Unspecified Storage Pool State
STATE_UNSPECIFIED = 0;public static final StoragePool.State READY
Storage Pool State is Ready
READY = 1;public static final StoragePool.State CREATING
Storage Pool State is Creating
CREATING = 2;public static final StoragePool.State DELETING
Storage Pool State is Deleting
DELETING = 3;public static final StoragePool.State UPDATING
Storage Pool State is Updating
UPDATING = 4;public static final StoragePool.State RESTORING
Storage Pool State is Restoring
RESTORING = 5;public static final StoragePool.State DISABLED
Storage Pool State is Disabled
DISABLED = 6;public static final StoragePool.State ERROR
Storage Pool State is Error
ERROR = 7;public static final StoragePool.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Unspecified Storage Pool State
STATE_UNSPECIFIED = 0;public static final int READY_VALUE
Storage Pool State is Ready
READY = 1;public static final int CREATING_VALUE
Storage Pool State is Creating
CREATING = 2;public static final int DELETING_VALUE
Storage Pool State is Deleting
DELETING = 3;public static final int UPDATING_VALUE
Storage Pool State is Updating
UPDATING = 4;public static final int RESTORING_VALUE
Storage Pool State is Restoring
RESTORING = 5;public static final int DISABLED_VALUE
Storage Pool State is Disabled
DISABLED = 6;public static final int ERROR_VALUE
Storage Pool State is Error
ERROR = 7;public static StoragePool.State[] values()
for (StoragePool.State c : StoragePool.State.values()) System.out.println(c);
public static StoragePool.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 StoragePool.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StoragePool.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StoragePool.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 StoragePool.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.