public sealed class PauseMigrationRequest : IMessage<PauseMigrationRequest>, IEquatable<PauseMigrationRequest>, IDeepCloneable<PauseMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class PauseMigrationRequest.
[[["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 `PauseMigrationRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0."],["`PauseMigrationRequest` is used to initiate a request to pause a VM migration and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `MigratingVm` (a string representing the migrating VM name) and `MigratingVmAsMigratingVmName` (a typed view of the `MigratingVm` resource name)."],["The `PauseMigrationRequest` class has two constructors: a default constructor and one that takes another `PauseMigrationRequest` instance as a parameter."],["The documentation lists other previous versions, such as `2.6.0` (latest), down to `1.0.0`, which can also be viewed for reference."]]],[]]