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 address of the traffic destination.
|
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.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the Global Accelerator (GA) instance.
|
构造器和说明 |
---|
ListCustomRoutingEndpointTrafficPoliciesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListCustomRoutingEndpointTrafficPoliciesRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getAddress() |
String |
getEndpointGroupId() |
String |
getEndpointId() |
String |
getListenerId() |
Integer |
getPageNumber() |
Integer |
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(Integer pageNumber) |
ListCustomRoutingEndpointTrafficPoliciesRequest |
setPageSize(Integer 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 address of the traffic destination.
@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 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="RegionId") public String regionId
The region ID of the Global Accelerator (GA) instance. Set the value to **cn-hangzhou**.
public ListCustomRoutingEndpointTrafficPoliciesRequest()
public static ListCustomRoutingEndpointTrafficPoliciesRequest build(Map<String,?> map) throws Exception
Exception
public 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(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingEndpointTrafficPoliciesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingEndpointTrafficPoliciesRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.