Class RegionInstanceGroupsListInstancesRequest (0.6.0)

RegionInstanceGroupsListInstancesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
instance_state google.cloud.compute_v1.types.RegionInstanceGroupsListInstancesRequest.InstanceState
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
port_name str
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.

Classes

InstanceState

InstanceState(value)

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.