Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class GetUtilizationReportRequest.
Request message for 'GetUtilizationReport' request.
Generated from protobuf message google.cloud.vmmigration.v1.GetUtilizationReportRequest
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The Utilization Report name.
↳ view
int
Optional. The level of details of the report. Defaults to FULL
getName
Required. The Utilization Report name.
string
setName
Required. The Utilization Report name.
var
string
$this
getView
Optional. The level of details of the report.
Defaults to FULL
int
setView
Optional. The level of details of the report.
Defaults to FULL
var
int
$this
static::build
name
string
Required. The Utilization Report name. Please see Google\Cloud\VMMigration\V1\VmMigrationClient::utilizationReportName() for help formatting this field.