Filestore V1 API - Module Google::Cloud::Filestore::V1::Backup::State (v0.9.0)

Reference documentation and code samples for the Filestore V1 API module Google::Cloud::Filestore::V1::Backup::State.

The backup state.

Constants

STATE_UNSPECIFIED

value: 0
State not set.

CREATING

value: 1
Backup is being created.

FINALIZING

value: 2
Backup has been taken and the operation is being finalized. At this point, changes to the file share will not be reflected in the backup.

READY

value: 3
Backup is available for use.

DELETING

value: 4
Backup is being deleted.

INVALID

value: 5
Backup is not valid and cannot be used for creating new instances or restoring existing instances.