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)
-
- (String) ip_or_hostname
The RADIUS server's IP address or hostname.
-
- (String) name
The RADIUS server name.
-
- (String) secret
The shared secret used to communicate with the RADIUS server.
-
- (Numeric) service
The RADIUS server's listening port.
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.
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.
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.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def secret @secret end |
- (Numeric) service
The RADIUS server's listening port.
160 161 162 |
# File 'lib/icontrol/management/radius_server.rb', line 160 def service @service end |