Class: IControl::LocalLB::NodeAddress::NodeAddressStatisticEntry

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#node_addressString

The node address.

Returns:

  • (String)

    the current value of node_address



348
349
350
# File 'lib/icontrol/local_lb/node_address.rb', line 348

def node_address
  @node_address
end

#statisticsIControl::Common::StatisticSequence

The statistics for the node address.

Returns:



348
349
350
# File 'lib/icontrol/local_lb/node_address.rb', line 348

def statistics
  @statistics
end