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)
-
- (IControl::GlobalLB::Server::ServerIPsForUnitIDSequence) addresses
The IP addresses associated with this instance of the server.
-
- (String) server
The server name.
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.
462 463 464 |
# File 'lib/icontrol/global_lb/server.rb', line 462 def addresses @addresses end |
- (String) server
The server name.
462 463 464 |
# File 'lib/icontrol/global_lb/server.rb', line 462 def server @server end |