Class: IControl::LocalLB::NAT::NATStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::NAT::NATStatisticEntry
- Defined in:
- lib/icontrol/local_lb/nat.rb,
lib/icontrol/local_lb/nat.rb
Overview
A struct that describes a NAT statistic entry for a particular NAT address.
Instance Attribute Summary collapse
-
#nat ⇒ IControl::LocalLB::NAT::NATDefinition
The NAT address.
-
#statistics ⇒ IControl::Common::StatisticSequence
The NAT statistics.
Instance Attribute Details
#nat ⇒ IControl::LocalLB::NAT::NATDefinition
The NAT address.
210 211 212 |
# File 'lib/icontrol/local_lb/nat.rb', line 210 def nat @nat end |
#statistics ⇒ IControl::Common::StatisticSequence
The NAT statistics.
210 211 212 |
# File 'lib/icontrol/local_lb/nat.rb', line 210 def statistics @statistics end |