public class ListCustomRoutingEndpointGroupDestinationsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
endpointGroupId
The ID of the endpoint group.
|
Integer |
fromPort
The start port of the backend service port range of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
List<String> |
protocols
The backend service protocols of the endpoint group.
|
String |
regionId
The region ID of the GA instance.
|
Integer |
toPort
The end port of the backend service port range of the endpoint group.
|
构造器和说明 |
---|
ListCustomRoutingEndpointGroupDestinationsRequest() |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="FromPort") public Integer fromPort
The start port of the backend service port range of the endpoint group.
Valid values: **1** to **65499**. The **FromPort** value must be smaller than or equal to the **ToPort** value.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number. Default value: **1**.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page. Maximum value: **50**. Default value: **10**.
@NameInMap(value="Protocols") public List<String> protocols
The backend service protocols of the endpoint group. Valid values:
- **TCP**: TCP.
- **UDP**: UDP.
- **TCP,UDP**: TCP and UDP.
If this parameter is empty, all types of protocols are queried.
You can specify up to 10 protocols.
@NameInMap(value="RegionId") public String regionId
The region ID of the GA instance. Set the value to **cn-hangzhou**.
@NameInMap(value="ToPort") public Integer toPort
The end port of the backend service port range of the endpoint group.
Valid values: **1** to **65499**. The **FromPort** value must be smaller than or equal to the **ToPort** value.
public ListCustomRoutingEndpointGroupDestinationsRequest()
public static ListCustomRoutingEndpointGroupDestinationsRequest build(Map<String,?> map) throws Exception
Exception
public ListCustomRoutingEndpointGroupDestinationsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointGroupDestinationsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointGroupDestinationsRequest setFromPort(Integer fromPort)
public Integer getFromPort()
public ListCustomRoutingEndpointGroupDestinationsRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointGroupDestinationsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingEndpointGroupDestinationsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingEndpointGroupDestinationsRequest setProtocols(List<String> protocols)
public ListCustomRoutingEndpointGroupDestinationsRequest setRegionId(String regionId)
public String getRegionId()
public ListCustomRoutingEndpointGroupDestinationsRequest setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2024. All rights reserved.