public sealed class GetInstanceGroupRequest : IMessage<GetInstanceGroupRequest>, IEquatable<GetInstanceGroupRequest>, IDeepCloneable<GetInstanceGroupRequest>, IBufferMessage, IMessage
A request message for InstanceGroups.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 `GetInstanceGroupRequest` class is a request message used for retrieving details about a specific instance group."],["This class is available in multiple versions of the Google.Cloud.Compute.V1 library, with the latest being version 3.6.0, and has been released from version 1.0.0 onwards."],["The `GetInstanceGroupRequest` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request requires the specification of the `InstanceGroup` name, `Project` ID, and the `Zone` where the instance group is located."],["There are two constructors for creating the `GetInstanceGroupRequest`, one with no parameter and another that takes in a `GetInstanceGroupRequest` object."]]],[]]