Module: Google::Cloud::Filestore::V1::Backup::State
- Defined in:
- proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb
Overview
The backup state.
Constant Summary collapse
- STATE_UNSPECIFIED =
State not set.
0
- CREATING =
Backup is being created.
1
- FINALIZING =
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.
2
- READY =
Backup is available for use.
3
- DELETING =
Backup is being deleted.
4
- INVALID =
Backup is not valid and cannot be used for creating new instances or restoring existing instances.
5