public enum ManagementServer.InstanceState extends Enum<ManagementServer.InstanceState> implements ProtocolMessageEnum
State of Management server instance.
Protobuf enum google.cloud.backupdr.v1.ManagementServer.InstanceState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The instance is being created. |
CREATING_VALUE |
The instance is being created. |
DELETING |
The instance is being deleted. |
DELETING_VALUE |
The instance is being deleted. |
ERROR |
The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource. |
ERROR_VALUE |
The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource. |
INSTANCE_STATE_UNSPECIFIED |
State not set. |
INSTANCE_STATE_UNSPECIFIED_VALUE |
State not set. |
MAINTENANCE |
Maintenance is being performed on this instance. |
MAINTENANCE_VALUE |
Maintenance is being performed on this instance. |
READY |
The instance has been created and is fully usable. |
READY_VALUE |
The instance has been created and is fully usable. |
REPAIRING |
The instance is being repaired and may be unstable. |
REPAIRING_VALUE |
The instance is being repaired and may be unstable. |
UNRECOGNIZED |
|
UPDATING |
The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress. |
UPDATING_VALUE |
The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress. |
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() |