public static final class DescribeDDosEventSrcIpRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeDDosEventSrcIpRequest |
build() |
DescribeDDosEventSrcIpRequest.Builder |
eventType(String eventType)
The type of the attack event that you want to query.
|
DescribeDDosEventSrcIpRequest.Builder |
ip(String ip)
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
|
DescribeDDosEventSrcIpRequest.Builder |
range(Long range)
The number of source IP addresses that you want to return.
|
DescribeDDosEventSrcIpRequest.Builder |
startTime(Long startTime)
The UNIX timestamp when the query starts.
|
public DescribeDDosEventSrcIpRequest.Builder eventType(String eventType)
* **defense**: attack events that trigger traffic scrubbing * **blackhole**: attack events that trigger blackhole filtering
public DescribeDDosEventSrcIpRequest.Builder ip(String ip)
public DescribeDDosEventSrcIpRequest.Builder range(Long range)
public DescribeDDosEventSrcIpRequest.Builder startTime(Long startTime)
> You can call the [DescribeDDosAllEventList](~~188604~~) operation to query the beginning time of all attack events.
public DescribeDDosEventSrcIpRequest build()
Copyright © 2023. All rights reserved.