Class: IControl::ARX::HAStatus
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::HAStatus
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of a chassis’s HA status.
Instance Attribute Summary collapse
-
#ip ⇒ String
The ARX’s management IP address.
-
#name ⇒ String
The hostname of the ARX.
-
#role ⇒ IControl::ARX::HARoleType
The ARX’s role in the HA pair.
-
#status ⇒ IControl::ARX::ARXStatusType
The ARX’s status.
Instance Attribute Details
#ip ⇒ String
The ARX’s management IP address.
157 158 159 |
# File 'lib/icontrol/arx.rb', line 157 def ip @ip end |
#name ⇒ String
The hostname of the ARX.
157 158 159 |
# File 'lib/icontrol/arx.rb', line 157 def name @name end |
#role ⇒ IControl::ARX::HARoleType
The ARX’s role in the HA pair.
157 158 159 |
# File 'lib/icontrol/arx.rb', line 157 def role @role end |
#status ⇒ IControl::ARX::ARXStatusType
The ARX’s status.
157 158 159 |
# File 'lib/icontrol/arx.rb', line 157 def status @status end |