public sealed class GetMigratingVmRequest : IMessage<GetMigratingVmRequest>, IEquatable<GetMigratingVmRequest>, IDeepCloneable<GetMigratingVmRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `GetMigratingVmRequest` class, which is a request message used for retrieving a specific migrating virtual machine."],["The class `GetMigratingVmRequest` is part of the `Google.Cloud.VMMigration.V1` namespace and is defined within the `Google.Cloud.VMMigration.V1.dll` assembly."],["`GetMigratingVmRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetMigratingVmRequest` class has two constructors, one empty and another that takes in another `GetMigratingVmRequest` as a parameter, allowing it to duplicate."],["The `GetMigratingVmRequest` class contains two properties: `MigratingVmName`, which is a `MigratingVmName` typed view, and `Name`, which is a string representing the required name of the migrating virtual machine."]]],[]]