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."],[[["This webpage details the `RegionInstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, spanning versions from 1.0.0 to 3.6.0."],["The class `RegionInstanceGroupsListInstancesRequest` is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RegionInstanceGroupsListInstancesRequest` class has two constructors: a default constructor and a copy constructor, which takes another `RegionInstanceGroupsListInstancesRequest` object as a parameter."],["The `RegionInstanceGroupsListInstancesRequest` class has properties `HasInstanceState`, `HasPortName`, `InstanceState`, and `PortName`, allowing users to check if fields are set, and to specify the instance state and port name."],["The `InstanceState` property allows filtering instances based on their state, with 'ALL' and 'RUNNING' being the valid options, while the `PortName` property, if set, allows the user to get information about the specified ports."]]],[]]