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