Google Cloud Bare Metal Solution V2 Client - Class State (0.6.4)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.

The possible states for this NFS share.

Protobuf type google.cloud.baremetalsolution.v2.NfsShare.State

Namespace

Google \ Cloud \ BareMetalSolution \ V2 \ NfsShare

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The share is in an unknown state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONED

Value: 1

The share has been provisioned.

Generated from protobuf enum PROVISIONED = 1;

CREATING

Value: 2

The NFS Share is being created.

Generated from protobuf enum CREATING = 2;

UPDATING

Value: 3

The NFS Share is being updated.

Generated from protobuf enum UPDATING = 3;

DELETING

Value: 4

The NFS Share has been requested to be deleted.

Generated from protobuf enum DELETING = 4;