public class DDoSEventRecord extends AbstractModel
skipSign
Constructor and Description |
---|
DDoSEventRecord() |
DDoSEventRecord(DDoSEventRecord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAttackStatus()
Get Attack status.
|
String |
getAttackType()
Get Attack type
|
Long |
getBlockFlag()
Get Whether the IP is blocked.
|
String |
getBusiness()
Get Anti-DDoS service type.
|
String |
getEndTime()
Get Attack end time
|
String |
getEventId()
Get Attack event ID
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getId()
Get Anti-DDoS instance ID
|
Long |
getMbps()
Get Maximum attack bandwidth
|
String |
getOverLoad()
Get Whether the elastic protection bandwidth is exceeded.
|
Long |
getPps()
Get Maximum attack packet rate
|
String |
getResourceName()
Get Resource name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getStartTime()
Get Attack start time
|
String |
getVip()
Get Resource IP
|
void |
setAttackStatus(Long AttackStatus)
Set Attack status.
|
void |
setAttackType(String AttackType)
Set Attack type
|
void |
setBlockFlag(Long BlockFlag)
Set Whether the IP is blocked.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setEndTime(String EndTime)
Set Attack end time
|
void |
setEventId(String EventId)
Set Attack event ID
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setMbps(Long Mbps)
Set Maximum attack bandwidth
|
void |
setOverLoad(String OverLoad)
Set Whether the elastic protection bandwidth is exceeded.
|
void |
setPps(Long Pps)
Set Maximum attack packet rate
|
void |
setResourceName(String ResourceName)
Set Resource name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setStartTime(String StartTime)
Set Attack start time
|
void |
setVip(String Vip)
Set Resource IP
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DDoSEventRecord()
public DDoSEventRecord(DDoSEventRecord source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `bgp`: Anti-DDoS Pro (Single IP); `bgp-multip`: Anti-DDoS Pro (Multi-IP); `net`: Anti-DDoS Ultimate; `basic`: Anti-DDoS Basicpublic String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String getVip()
public void setVip(String Vip)
Vip
- Resource IPpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Attack start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Attack end timepublic Long getMbps()
public void setMbps(Long Mbps)
Mbps
- Maximum attack bandwidthpublic Long getPps()
public void setPps(Long Pps)
Pps
- Maximum attack packet ratepublic String getAttackType()
public void setAttackType(String AttackType)
AttackType
- Attack typepublic Long getBlockFlag()
public void setBlockFlag(Long BlockFlag)
BlockFlag
- Whether the IP is blocked. Valid values: [1 (yes), 0 (no), 2 (invalid value)]public String getOverLoad()
public void setOverLoad(String OverLoad)
OverLoad
- Whether the elastic protection bandwidth is exceeded. Valid values: [yes (yes), no (no), empty string (unknown value)]public Long getAttackStatus()
public void setAttackStatus(Long AttackStatus)
AttackStatus
- Attack status. Valid values: [0 (ongoing), 1 (ended)]public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Resource name
Note: this field may return null, indicating that no valid values can be obtained.public String getEventId()
public void setEventId(String EventId)
EventId
- Attack event ID
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.