public sealed class StartMigrationRequest : IMessage<StartMigrationRequest>, IEquatable<StartMigrationRequest>, IDeepCloneable<StartMigrationRequest>, IBufferMessage, IMessage
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."],[[["The `StartMigrationRequest` class is a request message used to initiate a migration process, specifically within the Google Cloud VM Migration service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling features like message handling, equality comparison, deep cloning, and buffer operations."],["`StartMigrationRequest` includes properties for defining the `MigratingVm`, represented by a string name, and a typed view of it as `MigratingVmName`, enabling different ways to interact with the resource."],["The class provides two constructors: one default constructor and another that accepts an existing `StartMigrationRequest` instance for copying its state, which enables instantiation with default values or a copy of another object."],["The latest available version is 2.6.0, with several previous versions from 1.0.0 also being documented."]]],[]]