Class: IControl::ARX::HAStatus

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#ipString

The ARX’s management IP address.

Returns:

  • (String)

    the current value of ip



157
158
159
# File 'lib/icontrol/arx.rb', line 157

def ip
  @ip
end

#nameString

The hostname of the ARX.

Returns:

  • (String)

    the current value of name



157
158
159
# File 'lib/icontrol/arx.rb', line 157

def name
  @name
end

#roleIControl::ARX::HARoleType

The ARX’s role in the HA pair.

Returns:



157
158
159
# File 'lib/icontrol/arx.rb', line 157

def role
  @role
end

#statusIControl::ARX::ARXStatusType

The ARX’s status.

Returns:



157
158
159
# File 'lib/icontrol/arx.rb', line 157

def status
  @status
end