Class State (1.7.3)

State(value)

The possible states for this ProvisioningConfig.

Values: STATE_UNSPECIFIED (0): State wasn't specified. DRAFT (1): ProvisioningConfig is a draft and can be freely modified. SUBMITTED (2): ProvisioningConfig was already submitted and cannot be modified. PROVISIONING (3): ProvisioningConfig was in the provisioning state. Initially this state comes from the work order table in big query when SNOW is used. Later this field can be set by the work order API. PROVISIONED (4): ProvisioningConfig was provisioned, meaning the resources exist. VALIDATED (5): ProvisioningConfig was validated. A validation tool will be run to set this state. CANCELLED (6): ProvisioningConfig was canceled. FAILED (7): The request is submitted for provisioning, with error return.