public enum Order.Types.State
Reference documentation and code samples for the GDC Hardware Management v1alpha API enum Order.Types.State.
Valid states of an order.
Namespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Fields |
|
---|---|
Name | Description |
Accepted |
Order has been accepted by Google. |
AdditionalInfoNeeded |
Order needs more information from the customer. |
Building |
Google has initiated building hardware for the order. |
Cancelled |
Order has been cancelled. |
Completed |
Order has been completed. |
Draft |
Order is being drafted by the customer and has not been submitted yet. |
Failed |
An error occurred in processing the order and customer intervention is required. |
Installing |
The hardware is being installed. |
PartiallyCompleted |
Order has been partially completed i.e., some hardware have been delivered and installed. |
Shipping |
The hardware has been built and is being shipped. |
Submitted |
Order has been submitted to Google. |
Unspecified |
State of the order is unspecified. |