Bare Metal Solution V2 API - Module Google::Cloud::BareMetalSolution::V2::ProvisioningConfig::State (v0.8.0)

Reference documentation and code samples for the Bare Metal Solution V2 API module Google::Cloud::BareMetalSolution::V2::ProvisioningConfig::State.

The possible states for this ProvisioningConfig.

Constants

STATE_UNSPECIFIED

value: 0
State wasn't specified.

DRAFT

value: 1
ProvisioningConfig is a draft and can be freely modified.

SUBMITTED

value: 2
ProvisioningConfig was already submitted and cannot be modified.

PROVISIONING

value: 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

value: 4
ProvisioningConfig was provisioned, meaning the resources exist.

VALIDATED

value: 5
ProvisioningConfig was validated. A validation tool will be run to set this state.

CANCELLED

value: 6
ProvisioningConfig was canceled.

FAILED

value: 7
The request is submitted for provisioning, with error return.