Google Cloud Backup Dr V1 Client - Class InstanceState (0.2.0)

Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class InstanceState.

State of Management server instance.

Protobuf type google.cloud.backupdr.v1.ManagementServer.InstanceState

Namespace

Google \ Cloud \ BackupDR \ V1 \ ManagementServer

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INSTANCE_STATE_UNSPECIFIED

Value: 0

State not set.

Generated from protobuf enum INSTANCE_STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The instance is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The instance has been created and is fully usable.

Generated from protobuf enum READY = 2;

UPDATING

Value: 3

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

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The instance is being deleted.

Generated from protobuf enum DELETING = 4;

REPAIRING

Value: 5

The instance is being repaired and may be unstable.

Generated from protobuf enum REPAIRING = 5;

MAINTENANCE

Value: 6

Maintenance is being performed on this instance.

Generated from protobuf enum MAINTENANCE = 6;

ERROR

Value: 7

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

Generated from protobuf enum ERROR = 7;