VM Migration v1 API - Class RemoveGroupMigrationRequest (2.6.0)

public sealed class RemoveGroupMigrationRequest : IMessage<RemoveGroupMigrationRequest>, IEquatable<RemoveGroupMigrationRequest>, IDeepCloneable<RemoveGroupMigrationRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class RemoveGroupMigrationRequest.

Request message for 'RemoveMigration' request.

Inheritance

object > RemoveGroupMigrationRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

RemoveGroupMigrationRequest()

public RemoveGroupMigrationRequest()

RemoveGroupMigrationRequest(RemoveGroupMigrationRequest)

public RemoveGroupMigrationRequest(RemoveGroupMigrationRequest other)
Parameter
Name Description
other RemoveGroupMigrationRequest

Properties

Group

public string Group { get; set; }

Required. The name of the Group.

Property Value
Type Description
string

GroupAsGroupName

public GroupName GroupAsGroupName { get; set; }

GroupName-typed view over the Group resource name property.

Property Value
Type Description
GroupName

MigratingVm

public string MigratingVm { get; set; }

The MigratingVm to remove.

Property Value
Type Description
string

MigratingVmAsMigratingVmName

public MigratingVmName MigratingVmAsMigratingVmName { get; set; }

MigratingVmName-typed view over the MigratingVm resource name property.

Property Value
Type Description
MigratingVmName