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
-
#node_address ⇒ String
The node address.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the node address.
Instance Attribute Details
#node_address ⇒ String
The node address.
348 349 350 |
# File 'lib/icontrol/local_lb/node_address.rb', line 348 def node_address @node_address end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the node address.
348 349 350 |
# File 'lib/icontrol/local_lb/node_address.rb', line 348 def statistics @statistics end |