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 latest version available for `StartMigrationRequest` is 2.6.0, with other prior versions ranging from 2.5.0 down to 1.0.0 also accessible."],["`StartMigrationRequest` is a request message used for initiating a migration within the Google Cloud VM Migration service."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartMigrationRequest` class contains two properties related to the migrating VM: `MigratingVm`, which is a required string name, and `MigratingVmAsMigratingVmName`, which is a type view over the `MigratingVm` property."],["The namespace for `StartMigrationRequest` is `Google.Cloud.VMMigration.V1`, and the assembly is `Google.Cloud.VMMigration.V1.dll`."]]],[]]