Enum ProvisioningConfig.State (0.41.0)

public enum ProvisioningConfig.State extends Enum<ProvisioningConfig.State> implements ProtocolMessageEnum

The possible states for this ProvisioningConfig.

Protobuf enum google.cloud.baremetalsolution.v2.ProvisioningConfig.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

ProvisioningConfig was canceled.

CANCELLED = 6;

CANCELLED_VALUE

ProvisioningConfig was canceled.

CANCELLED = 6;

DRAFT

ProvisioningConfig is a draft and can be freely modified.

DRAFT = 1;

DRAFT_VALUE

ProvisioningConfig is a draft and can be freely modified.

DRAFT = 1;

FAILED

The request is submitted for provisioning, with error return.

FAILED = 7;

FAILED_VALUE

The request is submitted for provisioning, with error return.

FAILED = 7;

PROVISIONED

ProvisioningConfig was provisioned, meaning the resources exist.

PROVISIONED = 4;

PROVISIONED_VALUE

ProvisioningConfig was provisioned, meaning the resources exist.

PROVISIONED = 4;

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.

PROVISIONING = 3;

PROVISIONING_VALUE

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.

PROVISIONING = 3;

STATE_UNSPECIFIED

State wasn't specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State wasn't specified.

STATE_UNSPECIFIED = 0;

SUBMITTED

ProvisioningConfig was already submitted and cannot be modified.

SUBMITTED = 2;

SUBMITTED_VALUE

ProvisioningConfig was already submitted and cannot be modified.

SUBMITTED = 2;

UNRECOGNIZED
VALIDATED

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

VALIDATED = 5;

VALIDATED_VALUE

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

VALIDATED = 5;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()