[[["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 License Manager V1 Client - Class State (0.1.0)\n\nReference documentation and code samples for the Google Cloud License Manager V1 Client class State.\n\nVM status enum.\n\nProtobuf type `google.cloud.licensemanager.v1.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ LicenseManager \\\\ V1 \\\\ Instance\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe Status of the VM is unspecified.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PROVISIONING\n\n Value: 1\n\nResources are being allocated for the instance.\n\nGenerated from protobuf enum `PROVISIONING = 1;`\n\n### STAGING\n\n Value: 2\n\nAll required resources have been allocated and\nthe instance is being started.\n\nGenerated from protobuf enum `STAGING = 2;`\n\n### RUNNING\n\n Value: 3\n\nThe instance is running.\n\nGenerated from protobuf enum `RUNNING = 3;`\n\n### STOPPING\n\n Value: 4\n\nThe instance is currently stopping (either being deleted or terminated).\n\nGenerated from protobuf enum `STOPPING = 4;`\n\n### STOPPED\n\n Value: 5\n\nThe instance has stopped due to various reasons (user request, VM\npreemption, project freezing, etc.).\n\nGenerated from protobuf enum `STOPPED = 5;`\n\n### TERMINATED\n\n Value: 6\n\nThe instance has failed in some way.\n\nGenerated from protobuf enum `TERMINATED = 6;`\n\n### REPAIRING\n\n Value: 7\n\nThe instance is in repair.\n\nGenerated from protobuf enum `REPAIRING = 7;`"]]