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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) ip_or_hostname

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

- (String) name

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

- (String) secret

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

- (Numeric) service

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