Enum Zone.ProvisioningState (0.9.0)

public enum Zone.ProvisioningState extends Enum<Zone.ProvisioningState> implements ProtocolMessageEnum

Valid provisioning states for configurations like MAC addresses.

Protobuf enum google.cloud.gdchardwaremanagement.v1alpha.Zone.ProvisioningState

Implements

ProtocolMessageEnum

Static Fields

Name Description
PROVISIONING_COMPLETE

Provisioning is complete. Set by customer.

PROVISIONING_COMPLETE = 3;

PROVISIONING_COMPLETE_VALUE

Provisioning is complete. Set by customer.

PROVISIONING_COMPLETE = 3;

PROVISIONING_IN_PROGRESS

Provisioning is in progress. Set by customer.

PROVISIONING_IN_PROGRESS = 2;

PROVISIONING_IN_PROGRESS_VALUE

Provisioning is in progress. Set by customer.

PROVISIONING_IN_PROGRESS = 2;

PROVISIONING_REQUIRED

Provisioning is required. Set by Google.

PROVISIONING_REQUIRED = 1;

PROVISIONING_REQUIRED_VALUE

Provisioning is required. Set by Google.

PROVISIONING_REQUIRED = 1;

PROVISIONING_STATE_UNSPECIFIED

Provisioning state is unspecified.

PROVISIONING_STATE_UNSPECIFIED = 0;

PROVISIONING_STATE_UNSPECIFIED_VALUE

Provisioning state is unspecified.

PROVISIONING_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()