Interface RegionInstanceGroupsListInstancesRequestOrBuilder (1.51.0)

public interface RegionInstanceGroupsListInstancesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceState()

public abstract String 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.

optional string instance_state = 92223591;

Returns
TypeDescription
String

The instanceState.

getInstanceStateBytes()

public abstract ByteString getInstanceStateBytes()

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.

optional string instance_state = 92223591;

Returns
TypeDescription
ByteString

The bytes for instanceState.

getPortName()

public abstract String 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.

optional string port_name = 41534345;

Returns
TypeDescription
String

The portName.

getPortNameBytes()

public abstract ByteString getPortNameBytes()

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.

optional string port_name = 41534345;

Returns
TypeDescription
ByteString

The bytes for portName.

hasInstanceState()

public abstract boolean hasInstanceState()

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.

optional string instance_state = 92223591;

Returns
TypeDescription
boolean

Whether the instanceState field is set.

hasPortName()

public abstract boolean hasPortName()

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.

optional string port_name = 41534345;

Returns
TypeDescription
boolean

Whether the portName field is set.