public sealed class FinalizeMigrationRequest : IMessage<FinalizeMigrationRequest>, IEquatable<FinalizeMigrationRequest>, IDeepCloneable<FinalizeMigrationRequest>, 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 documents the `FinalizeMigrationRequest` class, which is a request message used for the 'FinalizeMigration' operation within the Google Cloud VM Migration service."],["The `FinalizeMigrationRequest` class has been implemented in versions ranging from 1.0.0 to 2.6.0, with version 2.6.0 being the latest version available."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods for message handling, equality checks, deep cloning, and buffer operations."],["Key properties of the `FinalizeMigrationRequest` class include `MigratingVm`, which specifies the name of the virtual machine being migrated, and `MigratingVmAsMigratingVmName`, which provides a typed view of the migrating VM's resource name."],["The class offers two constructors, a default constructor `FinalizeMigrationRequest()` and a copy constructor `FinalizeMigrationRequest(FinalizeMigrationRequest other)`, that allows for a pre-existing object of the same type to be used in creating a new one."]]],[]]