class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::SharedGateway::Entry::LogSettings::Syslog::Entry::Server::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 318867
def _section
        :'entry'
end
facility() click to toggle source
# File lib/palo_alto/config.rb, line 318957
def facility
        prop_get('facility')
end
facility=(val) click to toggle source
# File lib/palo_alto/config.rb, line 318960
def facility=(val)
        prop_set('facility', val)
end
format() click to toggle source

Format of the Syslog message

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

Format of the Syslog message

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

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

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

Port number (Standard Syslog ports UDP:514, SSL:6514)

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

Port number (Standard Syslog ports UDP:514, SSL:6514)

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

IP address or FQDN of SYSLOG server to use

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

IP address or FQDN of SYSLOG server to use

# File lib/palo_alto/config.rb, line 318932
def server=(val)
        prop_set('server', val)
end
transport() click to toggle source
# File lib/palo_alto/config.rb, line 318935
def transport
        prop_get('transport')
end
transport=(val) click to toggle source
# File lib/palo_alto/config.rb, line 318938
def transport=(val)
        prop_set('transport', val)
end