public class DescribeDDosEventSrcIpRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventType
The type of the attack event that you want to query.
|
String |
ip
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
|
Long |
range
The number of source IP addresses that you want to return.
|
Long |
startTime
The UNIX timestamp when the query starts.
|
| 构造器和说明 |
|---|
DescribeDDosEventSrcIpRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDDosEventSrcIpRequest |
build(Map<String,?> map) |
String |
getEventType() |
String |
getIp() |
Long |
getRange() |
Long |
getStartTime() |
DescribeDDosEventSrcIpRequest |
setEventType(String eventType) |
DescribeDDosEventSrcIpRequest |
setIp(String ip) |
DescribeDDosEventSrcIpRequest |
setRange(Long range) |
DescribeDDosEventSrcIpRequest |
setStartTime(Long startTime) |
@NameInMap(value="EventType") public String eventType
The type of the attack event that you want to query. Valid values:
This parameter is required.
example:defense
@NameInMap(value="Ip") public String ip
The IP address of the attacked Anti-DDoS Pro or Anti-DDoS Premium instance.
This parameter is required.
example:203...199
@NameInMap(value="Range") public Long range
The number of source IP addresses that you want to return. The source IP addresses are returned in descending order of attack traffic. By default, the top five source IP addresses are returned.
This parameter is required.
example:2
@NameInMap(value="StartTime") public Long startTime
The UNIX timestamp when the query starts. Unit: seconds.
You can call the DescribeDDosAllEventList operation to query the beginning time of all attack events.
This parameter is required.
example:1598948471
public static DescribeDDosEventSrcIpRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosEventSrcIpRequest setEventType(String eventType)
public String getEventType()
public DescribeDDosEventSrcIpRequest setIp(String ip)
public String getIp()
public DescribeDDosEventSrcIpRequest setRange(Long range)
public Long getRange()
public DescribeDDosEventSrcIpRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.