public sealed class PauseMigrationRequest : IMessage<PauseMigrationRequest>, IEquatable<PauseMigrationRequest>, IDeepCloneable<PauseMigrationRequest>, IBufferMessage, IMessage
[[["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 `PauseMigrationRequest` class is used to send a request to pause a VM migration, acting as a message object within the Google.Cloud.VMMigration.V1 namespace."],["This class is a concrete implementation that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide specific functionality."],["The `PauseMigrationRequest` class contains two primary constructors: a default constructor and one that takes another `PauseMigrationRequest` object as a parameter, offering flexibility in creating instances."],["The class includes properties `MigratingVm` (a string) and `MigratingVmAsMigratingVmName` (a `MigratingVmName` type), which are used to specify the target VM to be paused by its name."],["There are multiple versions of this request available, ranging from 1.0.0 to 2.6.0, with 2.6.0 being the latest."]]],[]]