class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ServerProfile::Radius::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 241471
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 241468
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 241514
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 241518
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 241510
def name
        prop_get('@name')
end
port() click to toggle source

RADIUS server port

# File lib/palo_alto/config.rb, line 241530
def port
        prop_get('port')
end
port=(val) click to toggle source

RADIUS server port

# File lib/palo_alto/config.rb, line 241534
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 241522
def secret
        prop_get('secret')
end
secret=(val) click to toggle source

Shared secret for RADIUS communication

# File lib/palo_alto/config.rb, line 241526
def secret=(val)
        prop_set('secret', val)
end