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."],[[["This documentation page covers the `ResumeMigrationRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.3.0."],["`ResumeMigrationRequest` is a request message used to resume a migration, inheriting from `Object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ResumeMigrationRequest` class has two constructors: a default constructor and one that accepts another `ResumeMigrationRequest` object as a parameter."],["Key properties of `ResumeMigrationRequest` include `MigratingVm`, a string representing the name of the MigratingVm, and `MigratingVmAsMigratingVmName`, which provides a typed view over the `MigratingVm` resource name."],["This page also lists all available versions of the `ResumeMigrationRequest`, the latest being 2.6.0, all of which can be easily accessed through direct links."]]],[]]