Google Cloud Vm Migration V1 Client - Class GetMigratingVmRequest (0.4.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class GetMigratingVmRequest.

Request message for 'GetMigratingVm' request.

Generated from protobuf message google.cloud.vmmigration.v1.GetMigratingVmRequest

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the MigratingVm.

↳ view int

Optional. The level of details of the migrating VM.

getName

Required. The name of the MigratingVm.

Returns
TypeDescription
string

setName

Required. The name of the MigratingVm.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Optional. The level of details of the migrating VM.

Returns
TypeDescription
int

setView

Optional. The level of details of the migrating VM.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the MigratingVm. Please see Google\Cloud\VMMigration\V1\VmMigrationClient::migratingVmName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\VMMigration\V1\GetMigratingVmRequest