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.
[[["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-09 UTC."],[],[],null,["# Bare Metal Solution V2 API - Module Google::Cloud::BareMetalSolution::V2::ProvisioningConfig::State (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/latest/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [1.0.1](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/1.0.1/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.10.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.10.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.9.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.8.1](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.8.1/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.7.2](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.7.2/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.6.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.5.1](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.5.1/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.4.1](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.4.1/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.3.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.2.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-bare_metal_solution-v2/0.1.0/Google-Cloud-BareMetalSolution-V2-ProvisioningConfig-State) \nReference documentation and code samples for the Bare Metal Solution V2 API module Google::Cloud::BareMetalSolution::V2::ProvisioningConfig::State.\n\nThe possible states for this ProvisioningConfig.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nState wasn't specified.\n\n### DRAFT\n\n**value:** 1 \nProvisioningConfig is a draft and can be freely modified.\n\n### SUBMITTED\n\n**value:** 2 \nProvisioningConfig was already submitted and cannot be modified.\n\n### PROVISIONING\n\n**value:** 3 \nProvisioningConfig was in the provisioning state. Initially this state\ncomes from the work order table in big query when SNOW is used. Later\nthis field can be set by the work order API.\n\n### PROVISIONED\n\n**value:** 4 \nProvisioningConfig was provisioned, meaning the resources exist.\n\n### VALIDATED\n\n**value:** 5 \nProvisioningConfig was validated. A validation tool will be run to\nset this state.\n\n### CANCELLED\n\n**value:** 6 \nProvisioningConfig was canceled.\n\n### FAILED\n\n**value:** 7 \nThe request is submitted for provisioning, with error return."]]