public static class DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
bps
The bandwidth of attack traffic.
|
Long |
endTime
The time when the DDoS attack stopped.
|
String |
eventType
The type of the attack event.
|
String |
ip
The attacked IP address.
|
String |
port
The attacked port.
|
Long |
pps
The packet forwarding rate of attack traffic.
|
String |
region
The region from which the attack was launched.
|
Long |
startTime
The time when the DDoS attack started.
|
| 构造器和说明 |
|---|
DescribeDDoSEventsResponseBodyDDoSEvents() |
@NameInMap(value="Bps") public Long bps
The bandwidth of attack traffic. Unit: bit/s.
example:0
@NameInMap(value="EndTime") public Long endTime
The time when the DDoS attack stopped. The value is a UNIX timestamp. Unit: seconds.
example:1583933330
@NameInMap(value="EventType") public String eventType
The type of the attack event. Valid values:
blackhole
@NameInMap(value="Ip") public String ip
The attacked IP address.
example:203...132
@NameInMap(value="Port") public String port
The attacked port.
example:80
@NameInMap(value="Pps") public Long pps
The packet forwarding rate of attack traffic. Unit: packets per second (pps).
example:0
@NameInMap(value="Region") public String region
The region from which the attack was launched. Valid values:
example:The values except cn are returned only when RegionId is set to ap-southeast-1.
cn
@NameInMap(value="StartTime") public Long startTime
The time when the DDoS attack started. The value is a UNIX timestamp. Unit: seconds.
example:1583933277
public static DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setBps(Long bps)
public Long getBps()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setEndTime(Long endTime)
public Long getEndTime()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setEventType(String eventType)
public String getEventType()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setIp(String ip)
public String getIp()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setPort(String port)
public String getPort()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setPps(Long pps)
public Long getPps()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setRegion(String region)
public String getRegion()
public DescribeDDoSEventsResponseBody.DescribeDDoSEventsResponseBodyDDoSEvents setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.