public static final class DescribeOutgoingDestinationIPRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOutgoingDestinationIPRequest.Builder |
applicationName(String applicationName)
The application type in the access control policy.
|
DescribeOutgoingDestinationIPRequest |
build() |
DescribeOutgoingDestinationIPRequest.Builder |
categoryId(String categoryId)
The ID of the service to which the destination IP address belongs.
|
DescribeOutgoingDestinationIPRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
DescribeOutgoingDestinationIPRequest.Builder |
dstIP(String dstIP)
The destination IP address in the outbound connection that is initiated to access a domain name.
|
DescribeOutgoingDestinationIPRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeOutgoingDestinationIPRequest.Builder |
lang(String lang)
The language of the content within the response.
|
DescribeOutgoingDestinationIPRequest.Builder |
order(String order)
The method that you want to use to sort the query results.
|
DescribeOutgoingDestinationIPRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
DescribeOutgoingDestinationIPRequest.Builder |
port(String port)
The port number.
|
DescribeOutgoingDestinationIPRequest.Builder |
privateIP(String privateIP)
The private IP address of the ECS instance that initiates the outbound connection.
|
DescribeOutgoingDestinationIPRequest.Builder |
publicIP(String publicIP)
The public IP address of the Elastic Compute Service (ECS) instance that initiates the outbound connection.
|
DescribeOutgoingDestinationIPRequest.Builder |
sort(String sort)
The field based on which you want to sort the query results.
|
DescribeOutgoingDestinationIPRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
DescribeOutgoingDestinationIPRequest.Builder |
tagIdNew(String tagIdNew)
The ID of the tag.
|
public DescribeOutgoingDestinationIPRequest.Builder applicationName(String applicationName)
The application type in the access control policy. Valid values:
example:The value of this parameter depends on the value of Proto. If you set Proto to TCP, you can set ApplicationNameList to any valid value. If you specify both ApplicationNameList and ApplicationName, only the value of ApplicationNameList is used.
FTP
public DescribeOutgoingDestinationIPRequest.Builder categoryId(String categoryId)
The ID of the service to which the destination IP address belongs. This parameter is left empty by default. Valid values:
All
public DescribeOutgoingDestinationIPRequest.Builder currentPage(String currentPage)
The number of the page to return.
Default value: 1.
example:1
public DescribeOutgoingDestinationIPRequest.Builder dstIP(String dstIP)
The destination IP address in the outbound connection that is initiated to access a domain name.
example:10.0.XX.XX
public DescribeOutgoingDestinationIPRequest.Builder endTime(String endTime)
The end of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1656923760
public DescribeOutgoingDestinationIPRequest.Builder lang(String lang)
The language of the content within the response. Valid values:
zh
public DescribeOutgoingDestinationIPRequest.Builder order(String order)
The method that you want to use to sort the query results. Valid values:
desc
public DescribeOutgoingDestinationIPRequest.Builder pageSize(String pageSize)
The number of entries to return on each page.
Default value: 6. Maximum value: 10.
example:10
public DescribeOutgoingDestinationIPRequest.Builder port(String port)
The port number.
example:80
public DescribeOutgoingDestinationIPRequest.Builder privateIP(String privateIP)
The private IP address of the ECS instance that initiates the outbound connection.
example:192.168.XX.XX
public DescribeOutgoingDestinationIPRequest.Builder publicIP(String publicIP)
The public IP address of the Elastic Compute Service (ECS) instance that initiates the outbound connection.
example:192.0.XX.XX
public DescribeOutgoingDestinationIPRequest.Builder sort(String sort)
The field based on which you want to sort the query results. Valid values:
SessionCount
public DescribeOutgoingDestinationIPRequest.Builder startTime(String startTime)
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This parameter is required.
example:1656837360
public DescribeOutgoingDestinationIPRequest.Builder tagIdNew(String tagIdNew)
The ID of the tag. Valid values:
AliYun
public DescribeOutgoingDestinationIPRequest build()
Copyright © 2026. All rights reserved.