Compute V1 Client - Class RegionInstanceGroupsListInstancesRequest (1.14.0)

Reference documentation and code samples for the Compute V1 Client class RegionInstanceGroupsListInstancesRequest.

Generated from protobuf message google.cloud.compute.v1.RegionInstanceGroupsListInstancesRequest

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instance_state string

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.

↳ port_name string

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.

getInstanceState

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.

Returns
TypeDescription
string

hasInstanceState

clearInstanceState

setInstanceState

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPortName

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.

Returns
TypeDescription
string

hasPortName

clearPortName

setPortName

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this