Class: IControl::Networking::PacketFilter::PacketFilterStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::PacketFilter::PacketFilterStatistics
- Defined in:
- lib/icontrol/networking/packet_filter.rb,
lib/icontrol/networking/packet_filter.rb
Overview
A struct that describes packet filter rule statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::Networking::PacketFilter::PacketFilterStatisticEntrySequence
The statistics for a sequence of packet filter rules.
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::Networking::PacketFilter::PacketFilterStatisticEntrySequence
The statistics for a sequence of packet filter rules.
274 275 276 |
# File 'lib/icontrol/networking/packet_filter.rb', line 274 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
274 275 276 |
# File 'lib/icontrol/networking/packet_filter.rb', line 274 def time_stamp @time_stamp end |