Class: IControl::LocalLB::NodeAddress::NodeAddressStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::NodeAddress::NodeAddressStatisticEntry
- Defined in:
- lib/icontrol/local_lb/node_address.rb,
lib/icontrol/local_lb/node_address.rb
Overview
A struct that describes statistics for a particular node address.
Instance Attribute Summary (collapse)
-
- (String) node_address
The node address.
-
- (IControl::Common::StatisticSequence) statistics
The statistics for the node address.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) node_address
The node address.
348 349 350 |
# File 'lib/icontrol/local_lb/node_address.rb', line 348 def node_address @node_address end |
- (IControl::Common::StatisticSequence) statistics
The statistics for the node address.
348 349 350 |
# File 'lib/icontrol/local_lb/node_address.rb', line 348 def statistics @statistics end |