public class ListCustomRoutingEndpointTrafficPoliciesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance to which the traffic policies belong.
|
String |
address
The IP addresses of the traffic policies.
|
String |
endpointGroupId
The ID of the endpoint group to which the traffic policies belong.
|
String |
endpointId
The ID of the endpoint to which the traffic policies belong.
|
String |
listenerId
The ID of the listener to which the traffic policies belong.
|
String |
pageNumber
The number of the page to return.
|
String |
pageSize
The number of entries to return on each page.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointTrafficPoliciesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustomRoutingEndpointTrafficPoliciesRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getAddress() |
String |
getEndpointGroupId() |
String |
getEndpointId() |
String |
getListenerId() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setAcceleratorId(String acceleratorId) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setAddress(String address) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setEndpointGroupId(String endpointGroupId) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setEndpointId(String endpointId) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setListenerId(String listenerId) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setPageNumber(String pageNumber) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setPageSize(String pageSize) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance to which the traffic policies belong.
@NameInMap(value="Address") public String address
The IP addresses of the traffic policies.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group to which the traffic policies belong.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint to which the traffic policies belong.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener to which the traffic policies belong.
@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 Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public ListCustomRoutingEndpointTrafficPoliciesRequest()
public static ListCustomRoutingEndpointTrafficPoliciesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointTrafficPoliciesRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointTrafficPoliciesRequest setAddress(String address)
public String getAddress()
public ListCustomRoutingEndpointTrafficPoliciesRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointTrafficPoliciesRequest setEndpointId(String endpointId)
public String getEndpointId()
public ListCustomRoutingEndpointTrafficPoliciesRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointTrafficPoliciesRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListCustomRoutingEndpointTrafficPoliciesRequest setPageSize(String pageSize)
public String getPageSize()
public ListCustomRoutingEndpointTrafficPoliciesRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.