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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::GlobalLB::Server::ServerIPsForUnitIDSequence) addresses

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

- (String) server

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