Module: Google::Cloud::VMMigration::V1::UtilizationReportView

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Controls the level of details of a Utilization Report.

Constant Summary collapse

UTILIZATION_REPORT_VIEW_UNSPECIFIED =

The default / unset value. The API will default to FULL on single report request and BASIC for multiple reports request.

0
BASIC =

Get the report metadata, without the list of VMs and their utilization info.

1
FULL =

Include everything.

2