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.
Implements
IMessageAddGroupMigrationRequest, IEquatableAddGroupMigrationRequest, IDeepCloneableAddGroupMigrationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
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; }
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 |