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-31 UTC."],[[["The webpage provides documentation for the `RegionInstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0, with links to other versions ranging from 1.0.0 to 3.6.0."],["`RegionInstanceGroupsListInstancesRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor that takes another `RegionInstanceGroupsListInstancesRequest` object as a parameter."],["The class has two properties `HasInstanceState` and `HasPortName`, that return whether the `instance_state` and `port_name` fields are set, and also `InstanceState` and `PortName` properties, which are strings that allow the user to set the instance state and port name of interest respectively."],["The `InstanceState` property can be set to 'ALL' or 'RUNNING', and by default will list all instances, and the `PortName` property when set will only return information about the named ports specified, and when left unset, will list information about all named ports."]]],[]]