Class: IControl::Networking::PacketFilter::PacketFilterStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::PacketFilter::PacketFilterStatisticEntry
- Defined in:
- lib/icontrol/networking/packet_filter.rb,
lib/icontrol/networking/packet_filter.rb
Overview
A struct that describes statistics for a particular packet filter rule.
Instance Attribute Summary collapse
-
#filter ⇒ String
The packet filter rule name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the filter.
Instance Attribute Details
#filter ⇒ String
The packet filter rule name.
265 266 267 |
# File 'lib/icontrol/networking/packet_filter.rb', line 265 def filter @filter end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the filter.
265 266 267 |
# File 'lib/icontrol/networking/packet_filter.rb', line 265 def statistics @statistics end |