Class: IControl::Networking::PacketFilter::PacketFilterStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#filterString

The packet filter rule name.

Returns:

  • (String)

    the current value of filter



265
266
267
# File 'lib/icontrol/networking/packet_filter.rb', line 265

def filter
  @filter
end

#statisticsIControl::Common::StatisticSequence

The statistics for the filter.

Returns:



265
266
267
# File 'lib/icontrol/networking/packet_filter.rb', line 265

def statistics
  @statistics
end