Google Cloud Bare Metal Solution V2 Client - Class State (0.5.2)

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 \ ProvisioningConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State wasn't specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

DRAFT

Value: 1

ProvisioningConfig is a draft and can be freely modified.

Generated from protobuf enum DRAFT = 1;

SUBMITTED

Value: 2

ProvisioningConfig was already submitted and cannot be modified.

Generated from protobuf enum SUBMITTED = 2;

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.

Generated from protobuf enum PROVISIONING = 3;

PROVISIONED

Value: 4

ProvisioningConfig was provisioned, meaning the resources exist.

Generated from protobuf enum PROVISIONED = 4;

VALIDATED

Value: 5

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

Generated from protobuf enum VALIDATED = 5;

CANCELLED

Value: 6

ProvisioningConfig was canceled.

Generated from protobuf enum CANCELLED = 6;

FAILED

Value: 7

The request is submitted for provisioning, with error return.

Generated from protobuf enum FAILED = 7;