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

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

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