Class: IControl::Management::RADIUSServer::RADIUSServerDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::RADIUSServer::RADIUSServerDefinition
- 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
-
#ip_or_hostname ⇒ String
The RADIUS server’s IP address or hostname.
-
#name ⇒ String
The RADIUS server name.
-
#secret ⇒ String
The shared secret used to communicate with the RADIUS server.
-
#service ⇒ Numeric
The RADIUS server’s listening port.
Instance Attribute Details
#ip_or_hostname ⇒ String
The RADIUS server’s IP address or hostname.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def ip_or_hostname @ip_or_hostname end |
#name ⇒ String
The RADIUS server name.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def name @name end |
#secret ⇒ String
The shared secret used to communicate with the RADIUS server.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def secret @secret end |
#service ⇒ Numeric
The RADIUS server’s listening port.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def service @service end |