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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The Utilization Report name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getView
Optional. The level of details of the report.
Defaults to FULL
Returns | |
---|---|
Type | Description |
int |
setView
Optional. The level of details of the report.
Defaults to FULL
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |