class PaloAlto::XML::Config::Panorama::ServerProfile::Tacplus::Entry::Server::Entry

Public Instance Methods

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

TACACS+ server ip or host name.

# File lib/palo_alto/config.rb, line 2140
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 2144
def address=(val)
        prop_set('address', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 2098
def has_multiple_values?
        false
end
name() click to toggle source

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

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

TACACS+ server port

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

TACACS+ server port

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

Shared secret for TACACS+ communication

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