public enum Backup.Types.StateReference documentation and code samples for the Cloud Filestore v1 API enum Backup.Types.State.
The backup state.
Namespace
Google.Cloud.Filestore.V1Assembly
Google.Cloud.Filestore.V1.dll
Fields |
|
|---|---|
| Name | Description |
Creating |
Backup is being created. |
Deleting |
Backup is being deleted. |
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. |
Invalid |
Backup is not valid and cannot be used for creating new instances or restoring existing instances. |
Ready |
Backup is available for use. |
Unspecified |
State not set. |