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 snapshot state.

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

Namespace

Google \ Cloud \ Filestore \ V1 \ Snapshot

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

Snapshot is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

Snapshot is available for use.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

Snapshot is being deleted.

Generated from protobuf enum DELETING = 3;