[[["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 Vmware Engine V1 Client - Class State (1.1.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.4 (latest)](/php/docs/reference/cloud-vmware-engine/latest/V1.PrivateCloud.State)\n- [1.1.3](/php/docs/reference/cloud-vmware-engine/1.1.3/V1.PrivateCloud.State)\n- [1.0.0](/php/docs/reference/cloud-vmware-engine/1.0.0/V1.PrivateCloud.State)\n- [0.5.6](/php/docs/reference/cloud-vmware-engine/0.5.6/V1.PrivateCloud.State)\n- [0.4.0](/php/docs/reference/cloud-vmware-engine/0.4.0/V1.PrivateCloud.State)\n- [0.3.3](/php/docs/reference/cloud-vmware-engine/0.3.3/V1.PrivateCloud.State)\n- [0.2.1](/php/docs/reference/cloud-vmware-engine/0.2.1/V1.PrivateCloud.State)\n- [0.1.4](/php/docs/reference/cloud-vmware-engine/0.1.4/V1.PrivateCloud.State) \nReference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.\n\nEnum State defines possible states of private clouds.\n\nProtobuf type `google.cloud.vmwareengine.v1.PrivateCloud.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ VmwareEngine \\\\ V1 \\\\ PrivateCloud\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe default value. This value should never be used.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ACTIVE\n\n Value: 1\n\nThe private cloud is ready.\n\nGenerated from protobuf enum `ACTIVE = 1;`\n\n### CREATING\n\n Value: 2\n\nThe private cloud is being created.\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### UPDATING\n\n Value: 3\n\nThe private cloud is being updated.\n\nGenerated from protobuf enum `UPDATING = 3;`\n\n### FAILED\n\n Value: 5\n\nThe private cloud is in failed state.\n\nGenerated from protobuf enum `FAILED = 5;`\n\n### DELETED\n\n Value: 6\n\nThe private cloud is scheduled for deletion. The deletion process can be\ncancelled by using the corresponding undelete method.\n\nGenerated from protobuf enum `DELETED = 6;`\n\n### PURGING\n\n Value: 7\n\nThe private cloud is irreversibly deleted and is being removed from the\nsystem.\n\nGenerated from protobuf enum `PURGING = 7;`"]]