Class RemoveGroupMigrationRequest (2.1.0)

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

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
NameDescription
otherRemoveGroupMigrationRequest

Properties

Group

public string Group { get; set; }

Required. The name of the Group.

Property Value
TypeDescription
String

GroupAsGroupName

public GroupName GroupAsGroupName { get; set; }

GroupName-typed view over the Group resource name property.

Property Value
TypeDescription
GroupName

MigratingVm

public string MigratingVm { get; set; }

The MigratingVm to remove.

Property Value
TypeDescription
String

MigratingVmAsMigratingVmName

public MigratingVmName MigratingVmAsMigratingVmName { get; set; }

MigratingVmName-typed view over the MigratingVm resource name property.

Property Value
TypeDescription
MigratingVmName