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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setGroup
Required. The name of the Group.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMigratingVm
The MigratingVm to remove.
Returns | |
---|---|
Type | Description |
string |
setMigratingVm
The MigratingVm to remove.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
group |
string
Required. The name of the Group. Please see Google\Cloud\VMMigration\V1\VmMigrationClient::groupName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\VMMigration\V1\RemoveGroupMigrationRequest |