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 documentation for the `StartMigrationRequest` class within the Google Cloud VM Migration v1 API."],["The latest version of the `StartMigrationRequest` class is 2.6.0, but other versions ranging from 1.0.0 to 2.5.0 are also available, with each version having their own documentation."],["The `StartMigrationRequest` class is used to initiate a migration request and inherits from the base `object` class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MigratingVm` which is a required string property, and `MigratingVmAsMigratingVmName`, which provides a type-safe view of the migrating VM name."],["The class has two constructors, a default constructor, and one that takes another instance of the StartMigrationRequest as a parameter."]]],[]]