Backup and DR Service v1 API - Enum ManagementServer.Types.InstanceState (1.0.0-beta02)

public enum ManagementServer.Types.InstanceState

Reference documentation and code samples for the Backup and DR Service v1 API enum ManagementServer.Types.InstanceState.

State of Management server instance.

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Fields

Name Description
Creating

The instance is being created.

Deleting

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.

Maintenance

Maintenance is being performed on this instance.

Ready

The instance has been created and is fully usable.

Repairing

The instance is being repaired and may be unstable.

Unspecified

State not set.

Updating

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