Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The volume states
Protobuf typegoogle.cloud.netapp.v1.Volume.State
Namespace
Google \ Cloud \ NetApp \ V1 \ Volume
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified Volume State
Generated from protobuf enumSTATE_UNSPECIFIED = 0;
READY
Value: 1
Volume State is Ready
Generated from protobuf enumREADY = 1;
CREATING
Value: 2
Volume State is Creating
Generated from protobuf enumCREATING = 2;
DELETING
Value: 3
Volume State is Deleting
Generated from protobuf enumDELETING = 3;
UPDATING
Value: 4
Volume State is Updating
Generated from protobuf enumUPDATING = 4;
RESTORING
Value: 5
Volume State is Restoring
Generated from protobuf enumRESTORING = 5;
DISABLED
Value: 6
Volume State is Disabled
Generated from protobuf enumDISABLED = 6;
ERROR
Value: 7
Volume State is Error
Generated from protobuf enumERROR = 7;
PREPARING
Value: 8
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Net App V1 Client - Class State (1.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.1 (latest)](/php/docs/reference/cloud-netapp/latest/V1.Volume.State)\n- [1.6.0](/php/docs/reference/cloud-netapp/1.6.0/V1.Volume.State)\n- [1.4.0](/php/docs/reference/cloud-netapp/1.4.0/V1.Volume.State)\n- [1.3.1](/php/docs/reference/cloud-netapp/1.3.1/V1.Volume.State)\n- [1.2.1](/php/docs/reference/cloud-netapp/1.2.1/V1.Volume.State)\n- [1.1.1](/php/docs/reference/cloud-netapp/1.1.1/V1.Volume.State)\n- [1.0.1](/php/docs/reference/cloud-netapp/1.0.1/V1.Volume.State)\n- [0.3.1](/php/docs/reference/cloud-netapp/0.3.1/V1.Volume.State)\n- [0.2.6](/php/docs/reference/cloud-netapp/0.2.6/V1.Volume.State)\n- [0.1.1](/php/docs/reference/cloud-netapp/0.1.1/V1.Volume.State) \nReference documentation and code samples for the Google Cloud Net App V1 Client class State.\n\nThe volume states\n\nProtobuf type `google.cloud.netapp.v1.Volume.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ NetApp \\\\ V1 \\\\ Volume\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified Volume State\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### READY\n\n Value: 1\n\nVolume State is Ready\n\nGenerated from protobuf enum `READY = 1;`\n\n### CREATING\n\n Value: 2\n\nVolume State is Creating\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### DELETING\n\n Value: 3\n\nVolume State is Deleting\n\nGenerated from protobuf enum `DELETING = 3;`\n\n### UPDATING\n\n Value: 4\n\nVolume State is Updating\n\nGenerated from protobuf enum `UPDATING = 4;`\n\n### RESTORING\n\n Value: 5\n\nVolume State is Restoring\n\nGenerated from protobuf enum `RESTORING = 5;`\n\n### DISABLED\n\n Value: 6\n\nVolume State is Disabled\n\nGenerated from protobuf enum `DISABLED = 6;`\n\n### ERROR\n\n Value: 7\n\nVolume State is Error\n\nGenerated from protobuf enum `ERROR = 7;`\n\n### PREPARING\n\n Value: 8\n\nVolume State is Preparing. Note that this is different from CREATING\nwhere CREATING means the volume is being created, while PREPARING means\nthe volume is created and now being prepared for the replication.\n\nGenerated from protobuf enum `PREPARING = 8;`\n\n### READ_ONLY\n\n Value: 9\n\nVolume State is Read Only\n\nGenerated from protobuf enum `READ_ONLY = 9;`"]]