Module: Google::Cloud::GDCHardwareManagement::V1alpha::Order::State
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/resources.rb
Overview
Valid states of an order.
Constant Summary collapse
- STATE_UNSPECIFIED =
State of the order is unspecified.
0- DRAFT =
Order is being drafted by the customer and has not been submitted yet.
1- SUBMITTED =
Order has been submitted to Google.
2- INFO_COMPLETE =
All information required from the customer for fulfillment of the order is complete.
12- ACCEPTED =
Order has been accepted by Google.
3- ADDITIONAL_INFO_NEEDED =
Order needs more information from the customer.
4- BUILDING =
Google has initiated building hardware for the order.
5- SHIPPING =
The hardware has been built and is being shipped.
6- INSTALLING =
The hardware is being installed.
7- FAILED =
An error occurred in processing the order and customer intervention is required.
8- PARTIALLY_COMPLETED =
Order has been partially completed i.e., some hardware have been delivered and installed.
9- COMPLETED =
Order has been completed.
10- CANCELLED =
Order has been cancelled.
11