public sealed class StartMigrationRequest : IMessage<StartMigrationRequest>, IEquatable<StartMigrationRequest>, IDeepCloneable<StartMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class StartMigrationRequest.
Request message for 'StartMigrationRequest' request.
[[["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 document provides reference information for the `StartMigrationRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0, and the most recent version 2.6.0 is linked as the latest available version."],["`StartMigrationRequest` is a request message used to initiate a migration and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartMigrationRequest` class inherits from `Object` and includes constructors for creating instances, either empty or by copying another `StartMigrationRequest` instance."],["The class has two key properties, `MigratingVm`, a string that holds the name of the migrating VM, and `MigratingVmAsMigratingVmName`, which provides a typed view of the `MigratingVm` resource name."],["The document contains a list of versions related to this documentation, from 1.0.0 to 2.6.0, in descending order from the latest."]]],[]]