Module: Google::Cloud::GDCHardwareManagement::V1alpha::Zone::State

Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb

Overview

Valid states for a zone.

Constant Summary collapse

STATE_UNSPECIFIED =

State of the Zone is unspecified.

0
ADDITIONAL_INFO_NEEDED =

More information is required from the customer to make progress.

1
PREPARING =

Google is preparing the Zone.

2
READY_FOR_CUSTOMER_FACTORY_TURNUP_CHECKS =

Factory turnup has succeeded.

5
CUSTOMER_FACTORY_TURNUP_CHECKS_STARTED =

The Zone is running factory turnup checks.

8
READY_FOR_SITE_TURNUP =

The Zone is ready for site turnup.

6
CUSTOMER_FACTORY_TURNUP_CHECKS_FAILED =

The Zone failed in factory turnup checks.

7
ACTIVE =

The Zone is available to use.

3
CANCELLED =

The Zone has been cancelled.

4