public static final class DescribeOutgoingDomainRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeOutgoingDomainRequest |
build() |
DescribeOutgoingDomainRequest.Builder |
categoryId(String categoryId)
The type of the service.
|
DescribeOutgoingDomainRequest.Builder |
currentPage(String currentPage)
The number of the page to return.
|
DescribeOutgoingDomainRequest.Builder |
domain(String domain)
The domain name in outbound connections.
|
DescribeOutgoingDomainRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeOutgoingDomainRequest.Builder |
lang(String lang)
The language of the content within the request.
|
DescribeOutgoingDomainRequest.Builder |
order(String order)
The order in which you want to sort the query results.
|
DescribeOutgoingDomainRequest.Builder |
pageSize(String pageSize)
The number of entries to return on each page.
|
DescribeOutgoingDomainRequest.Builder |
publicIP(String publicIP)
The public IP address of the Elastic Compute Service (ECS) instance that initiates outbound connections.
|
DescribeOutgoingDomainRequest.Builder |
sort(String sort)
The field based on which you want to sort the query results.
|
DescribeOutgoingDomainRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
DescribeOutgoingDomainRequest.Builder |
tagIdNew(String tagIdNew)
The ID of the tag.
|
public DescribeOutgoingDomainRequest.Builder categoryId(String categoryId)
* **All**: all services * **RiskDomain**: risky domain names * **RiskIP**: risky IP addresses * **AliYun**: Alibaba Cloud services * **NotAliYun**: third-party services
public DescribeOutgoingDomainRequest.Builder currentPage(String currentPage)
Default value: 1.
public DescribeOutgoingDomainRequest.Builder domain(String domain)
public DescribeOutgoingDomainRequest.Builder endTime(String endTime)
public DescribeOutgoingDomainRequest.Builder lang(String lang)
* **zh**: Chinese (default) * **en**: English
public DescribeOutgoingDomainRequest.Builder order(String order)
* **asc**: the ascending order. * **desc**: the descending order. This is the default value.
public DescribeOutgoingDomainRequest.Builder pageSize(String pageSize)
Default value: 6. Maximum value: 100.
public DescribeOutgoingDomainRequest.Builder publicIP(String publicIP)
public DescribeOutgoingDomainRequest.Builder sort(String sort)
* **SessionCount**: the number of requests. This is the default value. * **TotalBytes**: the total volume of traffic.
public DescribeOutgoingDomainRequest.Builder startTime(String startTime)
public DescribeOutgoingDomainRequest.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 when an outbound connection is initiated * **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 DescribeOutgoingDomainRequest build()
Copyright © 2023. All rights reserved.