Class: IControl::LocalLB::NodeAddress::NodeAddressStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::NodeAddress::NodeAddressStatistics
- Defined in:
- lib/icontrol/local_lb/node_address.rb,
lib/icontrol/local_lb/node_address.rb
Overview
A struct that describes Node address statistics and timestamp.
Instance Attribute Summary (collapse)
-
- (IControl::LocalLB::NodeAddress::NodeAddressStatisticEntrySequence) statistics
The statistics for a sequence of node addresses.
-
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::LocalLB::NodeAddress::NodeAddressStatisticEntrySequence) statistics
The statistics for a sequence of node addresses.
357 358 359 |
# File 'lib/icontrol/local_lb/node_address.rb', line 357 def statistics @statistics end |
- (IControl::Common::TimeStamp) time_stamp
The time stamp at the time the statistics are gathered.
357 358 359 |
# File 'lib/icontrol/local_lb/node_address.rb', line 357 def time_stamp @time_stamp end |