Module: Google::Cloud::VMMigration::V1::UtilizationReport::State
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Utilization report state.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state is unknown. This value is not in use.
0
- CREATING =
The report is in the making.
1
- SUCCEEDED =
Report creation completed successfully.
2
- FAILED =
Report creation failed.
3