Module: Google::Cloud::BackupDR::V1::ManagementServer::InstanceState

Defined in:
proto_docs/google/cloud/backupdr/v1/backupdr.rb

Overview

State of Management server instance.

Constant Summary collapse

INSTANCE_STATE_UNSPECIFIED =

State not set.

0
CREATING =

The instance is being created.

1
READY =

The instance has been created and is fully usable.

2
UPDATING =

The instance configuration is being updated. Certain kinds of updates may cause the instance to become unusable while the update is in progress.

3
DELETING =

The instance is being deleted.

4
REPAIRING =

The instance is being repaired and may be unstable.

5
MAINTENANCE =

Maintenance is being performed on this instance.

6
ERROR =

The instance is experiencing an issue and might be unusable. You can get further details from the statusMessage field of Instance resource.

7