public sealed class RegionInstanceGroupsListInstancesRequest : IMessage<RegionInstanceGroupsListInstancesRequest>, IEquatable<RegionInstanceGroupsListInstancesRequest>, IDeepCloneable<RegionInstanceGroupsListInstancesRequest>, IBufferMessage, IMessage
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
Check the InstanceState enum for the list of possible values.
Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
[[["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 webpage provides documentation for the `RegionInstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version documented is 3.6.0, with a range of versions available from 1.0.0 up to the current version, allowing users to access documentation for different release."],["`RegionInstanceGroupsListInstancesRequest` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is used to request a list of instances from a regional instance group."],["The class includes properties like `InstanceState` and `PortName` that allow filtering instances by their state or by a specific port name when making the request."],["The documentation includes details on the class's constructors, `RegionInstanceGroupsListInstancesRequest()`, `RegionInstanceGroupsListInstancesRequest(RegionInstanceGroupsListInstancesRequest other)` and the implemented inherited members."]]],[]]