public sealed class RemoveGroupMigrationRequest : IMessage<RemoveGroupMigrationRequest>, IEquatable<RemoveGroupMigrationRequest>, IDeepCloneable<RemoveGroupMigrationRequest>, IBufferMessage, IMessage
Request message for 'RemoveMigration' request.
Implements
IMessage<RemoveGroupMigrationRequest>, IEquatable<RemoveGroupMigrationRequest>, IDeepCloneable<RemoveGroupMigrationRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
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; }
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 |