VM Migration v1 API - Class AddGroupMigrationRequest (2.6.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
Name Description
other AddGroupMigrationRequest

Properties

Group

public string Group { get; set; }

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

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

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