public interface AttackOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClassification()
public abstract String getClassification()
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
string classification = 3;
Returns | |
---|---|
Type | Description |
String |
The classification. |
getClassificationBytes()
public abstract ByteString getClassificationBytes()
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
string classification = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for classification. |
getVolumeBps()
public abstract int getVolumeBps()
Total BPS (bytes per second) volume of attack.
int32 volume_bps = 2;
Returns | |
---|---|
Type | Description |
int |
The volumeBps. |
getVolumePps()
public abstract int getVolumePps()
Total PPS (packets per second) volume of attack.
int32 volume_pps = 1;
Returns | |
---|---|
Type | Description |
int |
The volumePps. |