VM Migration v1 API - Enum UtilizationReportView (2.3.0)

public enum UtilizationReportView

Reference documentation and code samples for the VM Migration v1 API enum UtilizationReportView.

Controls the level of details of a Utilization Report.

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Fields

NameDescription
Basic

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

Full

Include everything.

Unspecified

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