public sealed class GetMigratingVmRequest : IMessage<GetMigratingVmRequest>, IEquatable<GetMigratingVmRequest>, IDeepCloneable<GetMigratingVmRequest>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class GetMigratingVmRequest.
Request message for 'GetMigratingVm' request.
Implements
IMessageGetMigratingVmRequest, IEquatableGetMigratingVmRequest, IDeepCloneableGetMigratingVmRequest, 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 |
|