public class ListCustomRoutingPortMappingsByDestinationRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
destinationAddress
The service IP address of the backend instance.
|
String |
endpointId
The ID of the endpoint to which the backend instance belongs.
|
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.
|
| 构造器和说明 |
|---|
ListCustomRoutingPortMappingsByDestinationRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListCustomRoutingPortMappingsByDestinationRequest |
build(Map<String,?> map) |
String |
getDestinationAddress() |
String |
getEndpointId() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingPortMappingsByDestinationRequest |
setDestinationAddress(String destinationAddress) |
ListCustomRoutingPortMappingsByDestinationRequest |
setEndpointId(String endpointId) |
ListCustomRoutingPortMappingsByDestinationRequest |
setPageNumber(String pageNumber) |
ListCustomRoutingPortMappingsByDestinationRequest |
setPageSize(String pageSize) |
ListCustomRoutingPortMappingsByDestinationRequest |
setRegionId(String regionId) |
@NameInMap(value="DestinationAddress") public String destinationAddress
The service IP address of the backend instance.
@NameInMap(value="EndpointId") public String endpointId
The ID of the endpoint to which the backend instance belongs.
@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 ListCustomRoutingPortMappingsByDestinationRequest()
public static ListCustomRoutingPortMappingsByDestinationRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListCustomRoutingPortMappingsByDestinationRequest setDestinationAddress(String destinationAddress)
public String getDestinationAddress()
public ListCustomRoutingPortMappingsByDestinationRequest setEndpointId(String endpointId)
public String getEndpointId()
public ListCustomRoutingPortMappingsByDestinationRequest setPageNumber(String pageNumber)
public String getPageNumber()
public ListCustomRoutingPortMappingsByDestinationRequest setPageSize(String pageSize)
public String getPageSize()
public ListCustomRoutingPortMappingsByDestinationRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.