class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::ServerProfile::Radius::Entry::Server::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 134985 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 134982 def has_multiple_values? false end
ip_address()
click to toggle source
RADIUS server IP or host name
# File lib/palo_alto/config.rb, line 135028 def ip_address prop_get('ip-address') end
ip_address=(val)
click to toggle source
RADIUS server IP or host name
# File lib/palo_alto/config.rb, line 135032 def ip_address=(val) prop_set('ip-address', val) end
name()
click to toggle source
alphanumeric string [ 0-9a-zA-Z._-]
# File lib/palo_alto/config.rb, line 135024 def name prop_get('@name') end
port()
click to toggle source
RADIUS server port
# File lib/palo_alto/config.rb, line 135044 def port prop_get('port') end
port=(val)
click to toggle source
RADIUS server port
# File lib/palo_alto/config.rb, line 135048 def port=(val) prop_set('port', val) end
secret()
click to toggle source
Shared
secret for RADIUS communication
# File lib/palo_alto/config.rb, line 135036 def secret prop_get('secret') end
secret=(val)
click to toggle source
Shared
secret for RADIUS communication
# File lib/palo_alto/config.rb, line 135040 def secret=(val) prop_set('secret', val) end