public static class DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
area
The source location or region from which the attack was initiated.
|
Long |
endTime
The time when the DDoS attack stopped.
|
String |
eventType
The type of the DDoS attack event.
|
String |
ip
The attacked object.
|
Long |
mbps
The peak bandwidth of the attack traffic.
|
String |
port
The attacked port.
|
Long |
pps
The peak packet forwarding rate of attack traffic.
|
Long |
startTime
The time when the DDoS attack started.
|
| 构造器和说明 |
|---|
DescribeDDosAllEventListResponseBodyAttackEvents() |
@NameInMap(value="Area") public String area
The source location or region from which the attack was initiated. Valid values:
cn
@NameInMap(value="EndTime") public Long endTime
The time when the DDoS attack stopped. This value is a UNIX timestamp. Unit: seconds.
example:1634546030
@NameInMap(value="EventType") public String eventType
The type of the DDoS attack event. Valid values:
cc
@NameInMap(value="Ip") public String ip
The attacked object. The attacked object varies based on the attack event type. The following list describes different attacked objects of different attack event types:
203.107.XX.XX
@NameInMap(value="Mbps") public Long mbps
The peak bandwidth of the attack traffic. Unit: Mbit/s.
example:101899
@NameInMap(value="Port") public String port
The attacked port.
example:If EventType is set to web-cc, this parameter is not returned.
80
@NameInMap(value="Pps") public Long pps
The peak packet forwarding rate of attack traffic. Unit: packets per second (pps).
example:9664270
@NameInMap(value="StartTime") public Long startTime
The time when the DDoS attack started. This value is a UNIX timestamp. Unit: seconds.
example:1634543764
public DescribeDDosAllEventListResponseBodyAttackEvents()
public static DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setArea(String area)
public String getArea()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setEndTime(Long endTime)
public Long getEndTime()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setEventType(String eventType)
public String getEventType()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setIp(String ip)
public String getIp()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setMbps(Long mbps)
public Long getMbps()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setPort(String port)
public String getPort()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setPps(Long pps)
public Long getPps()
public DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.