public class ListCustomRoutingEndpointGroupsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
listenerId
The ID of the custom routing listener.
|
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.
|
| 构造器和说明 |
|---|
ListCustomRoutingEndpointGroupsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustomRoutingEndpointGroupsRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpointGroupId() |
String |
getListenerId() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingEndpointGroupsRequest |
setAcceleratorId(String acceleratorId) |
ListCustomRoutingEndpointGroupsRequest |
setEndpointGroupId(String endpointGroupId) |
ListCustomRoutingEndpointGroupsRequest |
setListenerId(String listenerId) |
ListCustomRoutingEndpointGroupsRequest |
setPageNumber(String pageNumber) |
ListCustomRoutingEndpointGroupsRequest |
setPageSize(String pageSize) |
ListCustomRoutingEndpointGroupsRequest |
setRegionId(String regionId) |
@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="ListenerId") public String listenerId
The ID of the custom routing 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 Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public static ListCustomRoutingEndpointGroupsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingEndpointGroupsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointGroupsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointGroupsRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointGroupsRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListCustomRoutingEndpointGroupsRequest setPageSize(String pageSize)
public String getPageSize()
public ListCustomRoutingEndpointGroupsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.