Google Cloud Vm Migration V1 Client - Class GetUtilizationReportRequest (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
| 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 |
Enum of type UtilizationReportView. |
setView
Optional. The level of details of the report.
Defaults to FULL
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type UtilizationReportView. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The Utilization Report name. Please see VmMigrationClient::utilizationReportName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetUtilizationReportRequest |
|