Module: Google::Cloud::BareMetalSolution::V2::NfsShare::State

Defined in:
proto_docs/google/cloud/baremetalsolution/v2/nfs_share.rb

Overview

The possible states for this NFS share.

Constant Summary collapse

STATE_UNSPECIFIED =

The share is in an unknown state.

0
PROVISIONED =

The share has been provisioned.

1
CREATING =

The NFS Share is being created.

2
UPDATING =

The NFS Share is being updated.

3
DELETING =

The NFS Share has been requested to be deleted.

4