Google Cloud Filestore V1 Client - Class State (1.4.0)

Reference documentation and code samples for the Google Cloud Filestore V1 Client class State.

The backup state.

Protobuf type google.cloud.filestore.v1.Backup.State

Namespace

Google \ Cloud \ Filestore \ V1 \ Backup

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State not set.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Backup is being created.

Generated from protobuf enum CREATING = 1;

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.

Generated from protobuf enum FINALIZING = 2;

READY

Value: 3

Backup is available for use.

Generated from protobuf enum READY = 3;

DELETING

Value: 4

Backup is being deleted.

Generated from protobuf enum DELETING = 4;

INVALID

Value: 5

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

Generated from protobuf enum INVALID = 5;