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