Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class State.
The possible states for this ProvisioningConfig.
Protobuf type google.cloud.baremetalsolution.v2.ProvisioningConfig.State
Namespace
Google \ Cloud \ BareMetalSolution \ V2 \ ProvisioningConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State wasn't specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
DRAFT
Value: 1ProvisioningConfig is a draft and can be freely modified.
Generated from protobuf enum DRAFT = 1;
SUBMITTED
Value: 2ProvisioningConfig was already submitted and cannot be modified.
Generated from protobuf enum SUBMITTED = 2;
PROVISIONING
Value: 3ProvisioningConfig 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.
Generated from protobuf enum PROVISIONING = 3;
PROVISIONED
Value: 4ProvisioningConfig was provisioned, meaning the resources exist.
Generated from protobuf enum PROVISIONED = 4;
VALIDATED
Value: 5ProvisioningConfig was validated. A validation tool will be run to set this state.
Generated from protobuf enum VALIDATED = 5;
CANCELLED
Value: 6ProvisioningConfig was canceled.
Generated from protobuf enum CANCELLED = 6;
FAILED
Value: 7The request is submitted for provisioning, with error return.
Generated from protobuf enum FAILED = 7;