Cloud Filestore v1 API - Enum Backup.Types.State (2.3.0)

public enum Backup.Types.State

Reference documentation and code samples for the Cloud Filestore v1 API enum Backup.Types.State.

The backup state.

Namespace

Google.Cloud.Filestore.V1

Assembly

Google.Cloud.Filestore.V1.dll

Fields

NameDescription
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.