AttackVolume class
Information about the volume of attacks during the time period, included in
an AttackStatisticsDataItem. If the accompanying
AttackCount
in the statistics object is zero, this setting
might be empty.
Constructors
- AttackVolume({AttackVolumeStatistics? bitsPerSecond, AttackVolumeStatistics? packetsPerSecond, AttackVolumeStatistics? requestsPerSecond})
-
AttackVolume.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bitsPerSecond → AttackVolumeStatistics?
-
A statistics object that uses bits per second as the unit. This is included
for network level attacks.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- packetsPerSecond → AttackVolumeStatistics?
-
A statistics object that uses packets per second as the unit. This is
included for network level attacks.
final
- requestsPerSecond → AttackVolumeStatistics?
-
A statistics object that uses requests per second as the unit. This is
included for application level attacks, and is only available for accounts
that are subscribed to Shield Advanced.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited