public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnumThe possible states of an instance.
 Protobuf enum google.cloud.lustre.v1.Instance.State
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| ACTIVE | The instance is available for use.   | 
| ACTIVE_VALUE | The instance is available for use.   | 
| CREATING | The instance is being created and is not yet ready for use.   | 
| CREATING_VALUE | The instance is being created and is not yet ready for use.   | 
| DELETING | The instance is being deleted.   | 
| DELETING_VALUE | The instance is being deleted.   | 
| REPAIRING | The instance is being repaired.   | 
| REPAIRING_VALUE | The instance is being repaired.   | 
| STATE_UNSPECIFIED | Not set.   | 
| STATE_UNSPECIFIED_VALUE | Not set.   | 
| STOPPED | The instance is stopped.   | 
| STOPPED_VALUE | The instance is stopped.   | 
| UNRECOGNIZED | |
| UPGRADING | The instance is being upgraded.   | 
| UPGRADING_VALUE | The instance is being upgraded.   | 
| 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() | |