public class ListCustomRoutingEndpointGroupsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
accessLogSwitch
Specifies whether the access log feature is enabled.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
listenerId
The ID of the custom routing listener.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per 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 |
getAccessLogSwitch() |
String |
getEndpointGroupId() |
String |
getListenerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingEndpointGroupsRequest |
setAcceleratorId(String acceleratorId) |
ListCustomRoutingEndpointGroupsRequest |
setAccessLogSwitch(String accessLogSwitch) |
ListCustomRoutingEndpointGroupsRequest |
setEndpointGroupId(String endpointGroupId) |
ListCustomRoutingEndpointGroupsRequest |
setListenerId(String listenerId) |
ListCustomRoutingEndpointGroupsRequest |
setPageNumber(Integer pageNumber) |
ListCustomRoutingEndpointGroupsRequest |
setPageSize(Integer pageSize) |
ListCustomRoutingEndpointGroupsRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="AccessLogSwitch") public String accessLogSwitch
Specifies whether the access log feature is enabled.
You can set the parameter to **on**.
If you leave the parameter empty, all endpoint groups are returned.
@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 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 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
Exception
public ListCustomRoutingEndpointGroupsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public ListCustomRoutingEndpointGroupsRequest setAccessLogSwitch(String accessLogSwitch)
public String getAccessLogSwitch()
public ListCustomRoutingEndpointGroupsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public ListCustomRoutingEndpointGroupsRequest setListenerId(String listenerId)
public String getListenerId()
public ListCustomRoutingEndpointGroupsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingEndpointGroupsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingEndpointGroupsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.