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.
|
String |
pageNumber
The number of the page to return.
|
String |
pageSize
The number of entries to return on each page.
|
List<String> |
protocols |
String |
regionId
The ID of the region where the GA instance is deployed.
|
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 String pageNumber
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public String pageSize
The number of entries to return on each page. Maximum value: **50**. Default value: **10**.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. 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
Exceptionpublic 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(String pageNumber)
public String getPageNumber()
public ListCustomRoutingEndpointGroupDestinationsRequest setPageSize(String pageSize)
public String getPageSize()
public ListCustomRoutingEndpointGroupDestinationsRequest setProtocols(List<String> protocols)
public ListCustomRoutingEndpointGroupDestinationsRequest setRegionId(String regionId)
public String getRegionId()
public ListCustomRoutingEndpointGroupDestinationsRequest setToPort(Integer toPort)
public Integer getToPort()
Copyright © 2023. All rights reserved.