GDC Hardware Management V1ALPHA API - Module Google::Cloud::GDCHardwareManagement::V1alpha::Order::State (v0.1.1)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API module Google::Cloud::GDCHardwareManagement::V1alpha::Order::State.

Valid states of an order.

Constants

STATE_UNSPECIFIED

value: 0
State of the order is unspecified.

DRAFT

value: 1
Order is being drafted by the customer and has not been submitted yet.

SUBMITTED

value: 2
Order has been submitted to Google.

ACCEPTED

value: 3
Order has been accepted by Google.

ADDITIONAL_INFO_NEEDED

value: 4
Order needs more information from the customer.

BUILDING

value: 5
Google has initiated building hardware for the order.

SHIPPING

value: 6
The hardware has been built and is being shipped.

INSTALLING

value: 7
The hardware is being installed.

FAILED

value: 8
An error occurred in processing the order and customer intervention is required.

PARTIALLY_COMPLETED

value: 9
Order has been partially completed i.e., some hardware have been delivered and installed.

COMPLETED

value: 10
Order has been completed.

CANCELLED

value: 11
Order has been cancelled.