class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::ServerProfile__9::Tacplus::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 220674
def _section
        :'entry'
end
address() click to toggle source

TACACS+ server ip or host name.

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

TACACS+ server ip or host name.

# File lib/palo_alto/config.rb, line 220721
def address=(val)
        prop_set('address', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 220671
def has_multiple_values?
        false
end
name() click to toggle source

alphanumeric string [ 0-9a-zA-Z._-]

# File lib/palo_alto/config.rb, line 220713
def name
        prop_get('@name')
end
port() click to toggle source

TACACS+ server port

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

TACACS+ server port

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

Shared secret for TACACS+ communication

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

Shared secret for TACACS+ communication

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