Module: Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup::State

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

Overview

Valid states of a HardwareGroup.

Constant Summary collapse

STATE_UNSPECIFIED =

State of the HardwareGroup is unspecified.

0
ADDITIONAL_INFO_NEEDED =

More information is required from the customer to make progress.

1
BUILDING =

Google has initiated building hardware for this HardwareGroup.

2
SHIPPING =

The hardware has been built and is being shipped.

3
INSTALLING =

The hardware is being installed.

4
PARTIALLY_INSTALLED =

Some hardware in the HardwareGroup have been installed.

5
INSTALLED =

All hardware in the HardwareGroup have been installed.

6
FAILED =

An error occurred and customer intervention is required.

7