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

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

Request message for 'RemoveMigration' request.

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

Namespace

Google \ Cloud \ VMMigration \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ group string

Required. The name of the Group.

↳ migrating_vm string

The MigratingVm to remove.

getGroup

Required. The name of the Group.

Returns
TypeDescription
string

setGroup

Required. The name of the Group.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMigratingVm

The MigratingVm to remove.

Returns
TypeDescription
string

setMigratingVm

The MigratingVm to remove.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
group string

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

Returns
TypeDescription
Google\Cloud\VMMigration\V1\RemoveGroupMigrationRequest