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 order in which you want to sort the queried information.
|
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 queried information.
|
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)
* **FTP** * **HTTP** * **HTTPS** * **Memcache** * **MongoDB** * **MQTT** * **MySQL** * **RDP** * **Redis** * **SMTP** * **SMTPS** * **SSH** * **SSL_No_Cert** * **SSL** * **VNC** > 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.
public DescribeOutgoingDestinationIPRequest.Builder categoryId(String categoryId)
* **All**: all services * **RiskDomain**: risky domain names * **RiskIP**: risky IP addresses * **AliYun**: Alibaba Cloud services * **NotAliYun**: third-party services
public DescribeOutgoingDestinationIPRequest.Builder currentPage(String currentPage)
Default value: 1.
public DescribeOutgoingDestinationIPRequest.Builder dstIP(String dstIP)
public DescribeOutgoingDestinationIPRequest.Builder endTime(String endTime)
public DescribeOutgoingDestinationIPRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public DescribeOutgoingDestinationIPRequest.Builder order(String order)
* **asc**: the ascending order. * **desc**: the descending order. This is the default value.
public DescribeOutgoingDestinationIPRequest.Builder pageSize(String pageSize)
Default value: 6. Maximum value: 10.
public DescribeOutgoingDestinationIPRequest.Builder port(String port)
public DescribeOutgoingDestinationIPRequest.Builder privateIP(String privateIP)
public DescribeOutgoingDestinationIPRequest.Builder publicIP(String publicIP)
public DescribeOutgoingDestinationIPRequest.Builder sort(String sort)
* **SessionCount**: the number of requests. This is the default value. * **TotalBytes**: the total volume of traffic.
public DescribeOutgoingDestinationIPRequest.Builder startTime(String startTime)
public DescribeOutgoingDestinationIPRequest.Builder tagIdNew(String tagIdNew)
* **AliYun**: Alibaba Cloud service * **RiskDomain**: risky domain name * **RiskIP**: risky IP address * **TrustedDomain**: trusted website * **AliPay**: Alipay * **DingDing**: DingTalk * **WeChat**: WeChat * **QQ**: Tencent QQ * **SecurityService**: security service * **Microsoft**: Microsoft * **Amazon**: Amazon Web Services (AWS) * **Pan**: cloud disk * **Map**: map * **Code**: code hosting * **SystemService**: system service * **Taobao**: Taobao * **Google**: Google * **ThirdPartyService**: third-party service * **FirstFlow**: the first time * **Downloader**: malicious download * **Alexa Top1M**: popular website * **Miner**: mining pool * **Intelligence**: threat intelligence * **DDoS**: DDoS trojan * **Ransomware**: ransomware * **Spyware**: spyware * **Rogue**: rogue software * **Botnet**: botnet * **Suspicious**: suspicious website * **C\&C**: command and control (C\&C) * **Gang**: gang * **CVE**: Common Vulnerabilities and Exposures (CVE) * **Backdoor**: webshell * **Phishing**: phishing website * **APT**: advanced persistent threat (APT) attack * **Supply Chain Attack**: supply chain attack * **Malicious software**: malware
public DescribeOutgoingDestinationIPRequest build()
Copyright © 2023. All rights reserved.