public sealed class AddGroupMigrationRequest : IMessage<AddGroupMigrationRequest>, IEquatable<AddGroupMigrationRequest>, IDeepCloneable<AddGroupMigrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AddGroupMigrationRequest.
[[["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 `AddGroupMigrationRequest` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `AddGroupMigrationRequest` class is a request message used for initiating an 'AddGroupMigration' action, as detailed in the VM Migration API."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["Key properties within the `AddGroupMigrationRequest` class include `Group`, `GroupAsGroupName`, `MigratingVm`, and `MigratingVmAsMigratingVmName`, which are used to specify the target group and migrating VM."],["The latest version is 2.6.0 and older versions range down to version 1.0.0, with all listed versions containing a reference to the `AddGroupMigrationRequest` class."]]],[]]