Class: IControl::Management::RADIUSServer::RADIUSServerDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/radius_server.rb,
lib/icontrol/management/radius_server.rb

Overview

A struct that describes a RADIUS server.

Instance Attribute Summary collapse

Instance Attribute Details

#ip_or_hostnameString

The RADIUS server’s IP address or hostname.

Returns:

  • (String)

    the current value of ip_or_hostname



160
161
162
# File 'lib/icontrol/management/radius_server.rb', line 160

def ip_or_hostname
  @ip_or_hostname
end

#nameString

The RADIUS server name.

Returns:

  • (String)

    the current value of name



160
161
162
# File 'lib/icontrol/management/radius_server.rb', line 160

def name
  @name
end

#secretString

The shared secret used to communicate with the RADIUS server.

Returns:

  • (String)

    the current value of secret



160
161
162
# File 'lib/icontrol/management/radius_server.rb', line 160

def secret
  @secret
end

#serviceNumeric

The RADIUS server’s listening port.

Returns:

  • (Numeric)

    the current value of service



160
161
162
# File 'lib/icontrol/management/radius_server.rb', line 160

def service
  @service
end