Class: IControl::GlobalLB::Server::ServerIPDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/global_lb/server.rb,
lib/icontrol/global_lb/server.rb

Overview

A struct that contains definition for the server and the associated IP addresses.

Instance Attribute Summary collapse

Instance Attribute Details

#addressesIControl::GlobalLB::Server::ServerIPsForUnitIDSequence

The IP addresses associated with this instance of the server.

Returns:


462
463
464
# File 'lib/icontrol/global_lb/server.rb', line 462

def addresses
  @addresses
end

#serverString

The server name.

Returns:

  • (String)

    the current value of server


462
463
464
# File 'lib/icontrol/global_lb/server.rb', line 462

def server
  @server
end