VM Migration v1 API - Class AddGroupMigrationRequest (2.2.0)

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

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

Request message for 'AddGroupMigration' request.

Inheritance

Object > AddGroupMigrationRequest

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AddGroupMigrationRequest()

public AddGroupMigrationRequest()

AddGroupMigrationRequest(AddGroupMigrationRequest)

public AddGroupMigrationRequest(AddGroupMigrationRequest other)
Parameter
NameDescription
otherAddGroupMigrationRequest

Properties

Group

public string Group { get; set; }

Required. The full path name of the Group to add to.

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 full path name of the MigratingVm to add.

Property Value
TypeDescription
String

MigratingVmAsMigratingVmName

public MigratingVmName MigratingVmAsMigratingVmName { get; set; }

MigratingVmName-typed view over the MigratingVm resource name property.

Property Value
TypeDescription
MigratingVmName