public sealed class GetRegionInstanceGroupRequest : IMessage<GetRegionInstanceGroupRequest>, IEquatable<GetRegionInstanceGroupRequest>, IDeepCloneable<GetRegionInstanceGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionInstanceGroupRequest.
A request message for RegionInstanceGroups.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."],[[["This webpage provides reference documentation for the `GetRegionInstanceGroupRequest` class within the Google Compute Engine v1 API for .NET."],["The `GetRegionInstanceGroupRequest` class is used to make a request to retrieve information about a specific instance group in a particular region, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and another that accepts another `GetRegionInstanceGroupRequest` instance for creating copies."],["The webpage lists different versions of the API documentation, from version 1.0.0 up to the latest 3.6.0, all pertaining to the `GetRegionInstanceGroupRequest`."],["Key properties of `GetRegionInstanceGroupRequest` include `InstanceGroup`, `Project`, and `Region`, which are strings representing the name of the instance group, the project ID, and the region, respectively."]]],[]]