UnitState annotates what is the current state of the unit
itself.
Enums
Name
Description
UNIT_STATE_UNSPECIFIED
Unspecified state.
UNIT_STATE_NOT_PROVISIONED
Unit is not provisioned.
UNIT_STATE_PROVISIONING
Unit is being provisioned.
UNIT_STATE_UPDATING
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
Unit is being deleted.
UNIT_STATE_READY
Unit has been provisioned and is ready for use
UNIT_STATE_ERROR
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-10-30 UTC."],[],[]]