Enum Zone.State (0.3.0)

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

Valid states for a zone.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The Zone is available to use.

ACTIVE = 3;

ACTIVE_VALUE

The Zone is available to use.

ACTIVE = 3;

ADDITIONAL_INFO_NEEDED

More information is required from the customer to make progress.

ADDITIONAL_INFO_NEEDED = 1;

ADDITIONAL_INFO_NEEDED_VALUE

More information is required from the customer to make progress.

ADDITIONAL_INFO_NEEDED = 1;

CANCELLED

The Zone has been cancelled.

CANCELLED = 4;

CANCELLED_VALUE

The Zone has been cancelled.

CANCELLED = 4;

CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED

The Zone failed in factory turnup checks.

CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7;

CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED_VALUE

The Zone failed in factory turnup checks.

CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED = 7;

PREPARING

Google is preparing the Zone.

PREPARING = 2;

PREPARING_VALUE

Google is preparing the Zone.

PREPARING = 2;

READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS

Factory turnup has succeeded.

READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5;

READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS_VALUE

Factory turnup has succeeded.

READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS = 5;

READY_FOR_SITE_TURNUP

The Zone is ready for site turnup.

READY_FOR_SITE_TURNUP = 6;

READY_FOR_SITE_TURNUP_VALUE

The Zone is ready for site turnup.

READY_FOR_SITE_TURNUP = 6;

STATE_UNSPECIFIED

State of the Zone is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of the Zone is unspecified.

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()