Enum UtilizationReportView (1.0.0)

public 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.