Module: Google::Cloud::NetApp::V1::Backup::State

Defined in:
proto_docs/google/cloud/netapp/v1/backup.rb

Overview

The Backup States

Constant Summary collapse

STATE_UNSPECIFIED =

State not set.

0
CREATING =

Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed.

1
UPLOADING =

Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup.

2
READY =

Backup is available for use.

3
DELETING =

Backup is being deleted.

4
ERROR =

Backup is not valid and cannot be used for creating new volumes or restoring existing volumes.

5
UPDATING =

Backup is being updated.

6