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 `RegionInstanceGroupsListInstancesRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are core functionalities that the class interacts with, and inherits from `object`."],["The class has two constructors: a default constructor `RegionInstanceGroupsListInstancesRequest()` and an overloaded constructor `RegionInstanceGroupsListInstancesRequest(RegionInstanceGroupsListInstancesRequest other)` for copying."],["Key properties of the class include `HasInstanceState`, `HasPortName` (both boolean flags), `InstanceState` (a string to specify instance states), and `PortName` (a string for a named port), which allow to filter the results."],["The main purpose of the `RegionInstanceGroupsListInstancesRequest` class is to handle requests for listing instances within a specified region instance group, with parameters to refine such search."]]],[]]