public sealed class GetMigratingVmRequest : IMessage<GetMigratingVmRequest>, IEquatable<GetMigratingVmRequest>, IDeepCloneable<GetMigratingVmRequest>, IBufferMessage, IMessage
Request message for 'GetMigratingVm' request.
Implements
IMessage<GetMigratingVmRequest>, IEquatable<GetMigratingVmRequest>, IDeepCloneable<GetMigratingVmRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
GetMigratingVmRequest()
public GetMigratingVmRequest()
GetMigratingVmRequest(GetMigratingVmRequest)
public GetMigratingVmRequest(GetMigratingVmRequest other)
Parameter | |
---|---|
Name | Description |
other | GetMigratingVmRequest |
Properties
MigratingVmName
public MigratingVmName MigratingVmName { get; set; }
MigratingVmName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MigratingVmName |
Name
public string Name { get; set; }
Required. The name of the MigratingVm.
Property Value | |
---|---|
Type | Description |
String |
View
public MigratingVmView View { get; set; }
Optional. The level of details of the migrating VM.
Property Value | |
---|---|
Type | Description |
MigratingVmView |