Compute Engine v1 API - Class RegionInstanceGroupsListInstancesRequest (2.15.0)

public sealed class RegionInstanceGroupsListInstancesRequest : IMessage<RegionInstanceGroupsListInstancesRequest>, IEquatable<RegionInstanceGroupsListInstancesRequest>, IDeepCloneable<RegionInstanceGroupsListInstancesRequest>, IBufferMessage, IMessage

Inheritance

object > RegionInstanceGroupsListInstancesRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RegionInstanceGroupsListInstancesRequest()

public RegionInstanceGroupsListInstancesRequest()

RegionInstanceGroupsListInstancesRequest(RegionInstanceGroupsListInstancesRequest)

public RegionInstanceGroupsListInstancesRequest(RegionInstanceGroupsListInstancesRequest other)
Parameter
NameDescription
otherRegionInstanceGroupsListInstancesRequest

Properties

HasInstanceState

public bool HasInstanceState { get; }

Gets whether the "instance_state" field is set

Property Value
TypeDescription
bool

HasPortName

public bool HasPortName { get; }

Gets whether the "port_name" field is set

Property Value
TypeDescription
bool

InstanceState

public string InstanceState { get; set; }

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.

Property Value
TypeDescription
string

PortName

public string PortName { get; set; }

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.

Property Value
TypeDescription
string