Class: IControl::GlobalLB::Server::ServerIPsForUnitID
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::GlobalLB::Server::ServerIPsForUnitID
- Defined in:
- lib/icontrol/global_lb/server.rb,
lib/icontrol/global_lb/server.rb
Overview
A struct that contains definition for the server.
Instance Attribute Summary (collapse)
-
- (StringSequence) addresses_on_unit
The IP addresses associated with the server's unit ID.
-
- (Numeric) unit_id
The unit ID of the server.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (StringSequence) addresses_on_unit
The IP addresses associated with the server's unit ID.
471 472 473 |
# File 'lib/icontrol/global_lb/server.rb', line 471 def addresses_on_unit @addresses_on_unit end |
- (Numeric) unit_id
The unit ID of the server.
471 472 473 |
# File 'lib/icontrol/global_lb/server.rb', line 471 def unit_id @unit_id end |