SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState.
UnitState annotates what is the current state of the unit itself.
Constants
UNIT_STATE_UNSPECIFIED
value: 0 Unspecified state.
UNIT_STATE_NOT_PROVISIONED
value: 1 Unit is not provisioned.
UNIT_STATE_PROVISIONING
value: 2 Unit is being provisioned.
UNIT_STATE_UPDATING
value: 3 Unit is being updated. This is typically when a unit is being upgraded to
a new release or some of the input variables on the Unit is being
changed. Certain kinds of updates may cause the Unit to become unusable
while the update is in progress.
UNIT_STATE_DEPROVISIONING
value: 4 Unit is being deleted.
UNIT_STATE_READY
value: 5 Unit has been provisioned and is ready for use
UNIT_STATE_ERROR
value: 6 Unit has error, when it is not ready and some error operation
[[["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-08-26 UTC."],[],[],null,["# SaaS Runtime V1BETA1 API - Module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState (v0.1.0)\n\nReference documentation and code samples for the SaaS Runtime V1BETA1 API module Google::Cloud::SaasPlatform::SaasServiceMgmt::V1beta1::Unit::UnitState.\n\nUnitState annotates what is the current state of the unit itself.\n\nConstants\n---------\n\n### UNIT_STATE_UNSPECIFIED\n\n**value:** 0 \nUnspecified state.\n\n### UNIT_STATE_NOT_PROVISIONED\n\n**value:** 1 \nUnit is not provisioned.\n\n### UNIT_STATE_PROVISIONING\n\n**value:** 2 \nUnit is being provisioned.\n\n### UNIT_STATE_UPDATING\n\n**value:** 3 \nUnit is being updated. This is typically when a unit is being upgraded to\na new release or some of the input variables on the Unit is being\nchanged. Certain kinds of updates may cause the Unit to become unusable\nwhile the update is in progress.\n\n### UNIT_STATE_DEPROVISIONING\n\n**value:** 4 \nUnit is being deleted.\n\n### UNIT_STATE_READY\n\n**value:** 5 \nUnit has been provisioned and is ready for use\n\n### UNIT_STATE_ERROR\n\n**value:** 6 \nUnit has error, when it is not ready and some error operation"]]