Enum Backup.Types.State (1.1.0)

public enum 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.

Ready

Backup is available for use.

Unspecified

State not set.