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-21 UTC."],[[["The `GetInstanceGroupManagerRequest` class is used for requesting details about a managed instance group in the Compute Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer management."],["The latest version available is 3.6.0, and the page documents versions spanning from 1.0.0 up to 3.6.0, providing access to various API releases."],["The class allows users to provide an instance group manager, project ID, and zone to specify the location and name of the instance group manager."],["Constructors are available to create new instances of the `GetInstanceGroupManagerRequest` class or to clone from an existing instance."]]],[]]