Class: IControl::GlobalLB::Server::ServerIPDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Server::ServerIPDefinition
- 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
-
#addresses ⇒ IControl::GlobalLB::Server::ServerIPsForUnitIDSequence
The IP addresses associated with this instance of the server.
-
#server ⇒ String
The server name.
Instance Attribute Details
#addresses ⇒ IControl::GlobalLB::Server::ServerIPsForUnitIDSequence
The IP addresses associated with this instance of the server.
462 463 464 |
# File 'lib/icontrol/global_lb/server.rb', line 462 def addresses @addresses end |
#server ⇒ String
The server name.
462 463 464 |
# File 'lib/icontrol/global_lb/server.rb', line 462 def server @server end |