public sealed class ResumeMigrationRequest : IMessage<ResumeMigrationRequest>, IEquatable<ResumeMigrationRequest>, IDeepCloneable<ResumeMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ResumeMigrationRequest.
[[["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 of the `ResumeMigrationRequest` class in the VM Migration v1 API is 2.6.0, with older versions available from 2.5.0 down to 1.0.0."],["`ResumeMigrationRequest` is a request message used for the 'ResumeMigration' operation and is implemented as a class in the `Google.Cloud.VMMigration.V1` namespace."],["The `ResumeMigrationRequest` class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer operations."],["It includes properties such as `MigratingVm`, a string property representing the name of the MigratingVm, and `MigratingVmAsMigratingVmName`, a `MigratingVmName` type providing a typed view of the `MigratingVm` property."],["It offers two constructors, one default and one taking another `ResumeMigrationRequest` object as a parameter, enabling the creation of new instances or copies."]]],[]]