public enum QuotaRule.State extends Enum<QuotaRule.State> implements ProtocolMessageEnum
Quota Rule states
Protobuf enum google.cloud.netapp.v1.QuotaRule.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
Quota rule is creating |
CREATING_VALUE |
Quota rule is creating |
DELETING |
Quota rule is deleting |
DELETING_VALUE |
Quota rule is deleting |
ERROR |
Quota rule is in error state. |
ERROR_VALUE |
Quota rule is in error state. |
READY |
Quota rule is ready |
READY_VALUE |
Quota rule is ready |
STATE_UNSPECIFIED |
Unspecified state for quota rule |
STATE_UNSPECIFIED_VALUE |
Unspecified state for quota rule |
UNRECOGNIZED |
|
UPDATING |
Quota rule is updating |
UPDATING_VALUE |
Quota rule is updating |
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() |