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.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
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() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
ListCustomRoutingPortMappingsByDestinationRequest |
setDestinationAddress(String destinationAddress) |
ListCustomRoutingPortMappingsByDestinationRequest |
setEndpointId(String endpointId) |
ListCustomRoutingPortMappingsByDestinationRequest |
setPageNumber(Integer pageNumber) |
ListCustomRoutingPortMappingsByDestinationRequest |
setPageSize(Integer 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 Integer pageNumber
The number of the page to return. Default value: **1**.
@NameInMap(value="PageSize") public Integer 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
Exception
public ListCustomRoutingPortMappingsByDestinationRequest setDestinationAddress(String destinationAddress)
public String getDestinationAddress()
public ListCustomRoutingPortMappingsByDestinationRequest setEndpointId(String endpointId)
public String getEndpointId()
public ListCustomRoutingPortMappingsByDestinationRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListCustomRoutingPortMappingsByDestinationRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListCustomRoutingPortMappingsByDestinationRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.