public sealed class GetInstanceGroupManagerRequest : IMessage<GetInstanceGroupManagerRequest>, IEquatable<GetInstanceGroupManagerRequest>, IDeepCloneable<GetInstanceGroupManagerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceGroupManagerRequest.
A request message for InstanceGroupManagers.Get. See the method description for details.
[[["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-24 UTC."],[[["The `GetInstanceGroupManagerRequest` class is part of the Compute Engine v1 API and is used to request details about a managed instance group."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, comparison, cloning, and buffer management."],["The latest version available in this document is 3.6.0, and numerous other versions from 3.5.0 down to 1.0.0 are also accessible, each linking to its own specific documentation."],["`GetInstanceGroupManagerRequest` includes properties for `InstanceGroupManager`, `Project`, and `Zone`, which are used to specify the target managed instance group in a project and zone."],["The class has a default constructor `GetInstanceGroupManagerRequest()` and an other constructor that takes another instance of the class as an input parameter."]]],[]]