Class: IControl::LocalLB::SNAT::SNATStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::SNAT::SNATStatisticEntry
- Defined in:
- lib/icontrol/local_lb/snat.rb,
lib/icontrol/local_lb/snat.rb
Overview
A struct that describes statistics for a specified top-level SNAT object.
Instance Attribute Summary collapse
-
#snat ⇒ IControl::LocalLB::SNAT::SNATDefinition
The SNAT name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The SNAT statistics.
Instance Attribute Details
#snat ⇒ IControl::LocalLB::SNAT::SNATDefinition
The SNAT name.
273 274 275 |
# File 'lib/icontrol/local_lb/snat.rb', line 273 def snat @snat end |
#statistics ⇒ IControl::Common::StatisticSequence
The SNAT statistics.
273 274 275 |
# File 'lib/icontrol/local_lb/snat.rb', line 273 def statistics @statistics end |