public static final class DescribeDDosAllEventListResponseBody.AttackEvents.Builder extends Object
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder area(String area)
The source location or region from which the attack was initiated. Valid values:
cn
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder endTime(Long endTime)
The time when the DDoS attack stopped. This value is a UNIX timestamp. Unit: seconds.
example:1634546030
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder eventType(String eventType)
The type of the DDoS attack event. Valid values:
cc
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder ip(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
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder mbps(Long mbps)
The peak bandwidth of the attack traffic. Unit: Mbit/s.
example:101899
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder port(String port)
The attacked port.
example:If EventType is set to web-cc, this parameter is not returned.
80
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder pps(Long pps)
The peak packet forwarding rate of attack traffic. Unit: packets per second (pps).
example:9664270
public DescribeDDosAllEventListResponseBody.AttackEvents.Builder startTime(Long startTime)
The time when the DDoS attack started. This value is a UNIX timestamp. Unit: seconds.
example:1634543764
public DescribeDDosAllEventListResponseBody.AttackEvents build()
Copyright © 2026. All rights reserved.