public class ListListenersRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListListenersRequest.ListListenersRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
listenerIds
The listener IDs.
|
String |
listenerProtocol
The listening protocol.
|
List<String> |
loadBalancerIds
The ID of the NLB instance.
|
Integer |
maxResults
The number of entries to return on each page.
|
String |
nextToken
The token that is used for the next query.
|
String |
regionId
The ID of the region where the NLB instance is deployed.
|
List<ListListenersRequest.ListListenersRequestTag> |
tag
The tags.
|
| 构造器和说明 |
|---|
ListListenersRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListListenersRequest |
build(Map<String,?> map) |
List<String> |
getListenerIds() |
String |
getListenerProtocol() |
List<String> |
getLoadBalancerIds() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRegionId() |
List<ListListenersRequest.ListListenersRequestTag> |
getTag() |
ListListenersRequest |
setListenerIds(List<String> listenerIds) |
ListListenersRequest |
setListenerProtocol(String listenerProtocol) |
ListListenersRequest |
setLoadBalancerIds(List<String> loadBalancerIds) |
ListListenersRequest |
setMaxResults(Integer maxResults) |
ListListenersRequest |
setNextToken(String nextToken) |
ListListenersRequest |
setRegionId(String regionId) |
ListListenersRequest |
setTag(List<ListListenersRequest.ListListenersRequestTag> tag) |
@NameInMap(value="ListenerProtocol") public String listenerProtocol
The listening protocol. Valid values: **TCP**, **UDP**, and **TCPSSL**.
@NameInMap(value="LoadBalancerIds") public List<String> loadBalancerIds
The ID of the NLB instance. You can query up to 20 NLB instances at a time.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries to return on each page. Valid values: **1** to **100**. Default value: **20**.
@NameInMap(value="NextToken") public String nextToken
The token that is used for the next query. Valid values:
* If this is your first query or no next query is to be sent, ignore this parameter.
* If a next query is to be sent, set the parameter to the value of NextToken that is returned from the last call.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the NLB instance is deployed.
You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
@NameInMap(value="Tag") public List<ListListenersRequest.ListListenersRequestTag> tag
The tags.
public static ListListenersRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListListenersRequest setListenerIds(List<String> listenerIds)
public ListListenersRequest setListenerProtocol(String listenerProtocol)
public String getListenerProtocol()
public ListListenersRequest setLoadBalancerIds(List<String> loadBalancerIds)
public ListListenersRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListListenersRequest setNextToken(String nextToken)
public String getNextToken()
public ListListenersRequest setRegionId(String regionId)
public String getRegionId()
public ListListenersRequest setTag(List<ListListenersRequest.ListListenersRequestTag> tag)
public List<ListListenersRequest.ListListenersRequestTag> getTag()
Copyright © 2023. All rights reserved.