Class: IControl::LocalLB::NAT::NATStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::NAT::NATStatistics
- Defined in:
- lib/icontrol/local_lb/nat.rb,
lib/icontrol/local_lb/nat.rb
Overview
A struct that describes NAT statistics and timestamp.
Instance Attribute Summary collapse
-
#statistics ⇒ IControl::LocalLB::NAT::NATStatisticEntrySequence
The statistics for a sequence of NATs .
-
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
Instance Attribute Details
#statistics ⇒ IControl::LocalLB::NAT::NATStatisticEntrySequence
The statistics for a sequence of NATs .
219 220 221 |
# File 'lib/icontrol/local_lb/nat.rb', line 219 def statistics @statistics end |
#time_stamp ⇒ IControl::Common::TimeStamp
The time stamp at the time the statistics are gathered.
219 220 221 |
# File 'lib/icontrol/local_lb/nat.rb', line 219 def time_stamp @time_stamp end |