Module: Google::Cloud::NetApp::V1::Volume::State

Defined in:
proto_docs/google/cloud/netapp/v1/volume.rb

Overview

The volume states

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified Volume State

0
READY =

Volume State is Ready

1
CREATING =

Volume State is Creating

2
DELETING =

Volume State is Deleting

3
UPDATING =

Volume State is Updating

4
RESTORING =

Volume State is Restoring

5
DISABLED =

Volume State is Disabled

6
ERROR =

Volume State is Error

7
PREPARING =

Volume State is Preparing. Note that this is different from CREATING where CREATING means the volume is being created, while PREPARING means the volume is created and now being prepared for the replication.

8
READ_ONLY =

Volume State is Read Only

9