public static final class DescribeDDoSEventsResponseBody.DDoSEvents.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
bps(Long bps)
The bandwidth of attack traffic.
|
DescribeDDoSEventsResponseBody.DDoSEvents |
build() |
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
endTime(Long endTime)
The time when the DDoS attack stopped.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
eventType(String eventType)
The type of the attack event.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
ip(String ip)
The attacked IP address.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
port(String port)
The attacked port.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
pps(Long pps)
The packet forwarding rate of attack traffic.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
region(String region)
The region from which the attack was launched.
|
DescribeDDoSEventsResponseBody.DDoSEvents.Builder |
startTime(Long startTime)
The time when the DDoS attack started.
|
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder bps(Long bps)
The bandwidth of attack traffic. Unit: bit/s.
example:0
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder endTime(Long endTime)
The time when the DDoS attack stopped. The value is a UNIX timestamp. Unit: seconds.
example:1583933330
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder eventType(String eventType)
The type of the attack event. Valid values:
blackhole
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder ip(String ip)
The attacked IP address.
example:203...132
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder port(String port)
The attacked port.
example:80
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder pps(Long pps)
The packet forwarding rate of attack traffic. Unit: packets per second (pps).
example:0
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder region(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
public DescribeDDoSEventsResponseBody.DDoSEvents.Builder startTime(Long startTime)
The time when the DDoS attack started. The value is a UNIX timestamp. Unit: seconds.
example:1583933277
public DescribeDDoSEventsResponseBody.DDoSEvents build()
Copyright © 2026. All rights reserved.