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 \ V1Methods
__construct
Constructor.
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.
string
setGroup
Required. The name of the Group.
var
string
$this
getMigratingVm
The MigratingVm to remove.
string
setMigratingVm
The MigratingVm to remove.
var
string
$this
static::build
group
string
Required. The name of the Group. Please see VmMigrationClient::groupName() for help formatting this field.