Bare Metal Solution v2 API - Enum ProvisioningConfig.Types.State (1.5.0)

public enum ProvisioningConfig.Types.State

Reference documentation and code samples for the Bare Metal Solution v2 API enum ProvisioningConfig.Types.State.

The possible states for this ProvisioningConfig.

Namespace

Google.Cloud.BareMetalSolution.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Fields

NameDescription
Cancelled

ProvisioningConfig was canceled.

Draft

ProvisioningConfig is a draft and can be freely modified.

Failed

The request is submitted for provisioning, with error return.

Provisioned

ProvisioningConfig was provisioned, meaning the resources exist.

Provisioning

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.

Submitted

ProvisioningConfig was already submitted and cannot be modified.

Unspecified

State wasn't specified.

Validated

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