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, found within the `Google.Cloud.Compute.V1` namespace, is a .NET class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 3.6.0, and the page details multiple previous versions of the API, dating back to version 1.0.0."],["The class provides properties like `InstanceState` and `PortName` to filter the returned instance information, with `InstanceState` allowing users to specify whether to return all or only running instances, and `PortName` allowing users to filter results to information regarding specific ports."],["The `RegionInstanceGroupsListInstancesRequest` class has two constructors: a default constructor and one that takes another instance of the same class for cloning purposes."],["This class has methods, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and are inherited from the base `Object` class in .NET."]]],[]]