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 provides documentation for the `RegionInstanceGroupsListInstancesRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure, inheritance, and implementation."],["The `RegionInstanceGroupsListInstancesRequest` class is part of the `Google.Cloud.Compute.V1.dll` assembly, and it allows for the retrieval of information about instances within region instance groups."],["The documentation lists multiple versions of the package, with version 3.6.0 being the latest, and goes back to version 1.0.0, and provides links to them."],["The class has two constructors, one default and another that accepts another `RegionInstanceGroupsListInstancesRequest` object as a parameter, and implements interfaces like IMessage, IEquatable, and IDeepCloneable."],["The class has properties `InstanceState` and `PortName` that allow you to specify which state and ports to filter the request by, and both have boolean properties `HasInstanceState` and `HasPortName` to tell if they are set."]]],[]]