Module: Google::Cloud::GDCHardwareManagement::V1alpha::Hardware::State
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Valid states for hardware.
Constant Summary collapse
- STATE_UNSPECIFIED =
State of the Hardware 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 Hardware.
2- SHIPPING =
The hardware has been built and is being shipped.
3- INSTALLING =
The hardware is being installed.
4- INSTALLED =
The hardware has been installed.
5- FAILED =
An error occurred and customer intervention is required.
6