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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 318983
def _section
        :'format'
end
auth() click to toggle source
# File lib/palo_alto/config.rb, line 319157
def auth
        prop_get('auth')
end
auth=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319160
def auth=(val)
        prop_set('auth', val)
end
config() click to toggle source
# File lib/palo_alto/config.rb, line 319181
def config
        prop_get('config')
end
config=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319184
def config=(val)
        prop_set('config', val)
end
correlation() click to toggle source
# File lib/palo_alto/config.rb, line 319205
def correlation
        prop_get('correlation')
end
correlation=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319208
def correlation=(val)
        prop_set('correlation', val)
end
data() click to toggle source
# File lib/palo_alto/config.rb, line 319133
def data
        prop_get('data')
end
data=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319136
def data=(val)
        prop_set('data', val)
end
decryption() click to toggle source
# File lib/palo_alto/config.rb, line 319175
def decryption
        prop_get('decryption')
end
decryption=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319178
def decryption=(val)
        prop_set('decryption', val)
end
escaping() click to toggle source
# File lib/palo_alto/config.rb, line 319021
def escaping
        @subclasses['escaping'] ||= Escaping.new(parent_instance: self, create_children: @create_children)
end
globalprotect() click to toggle source
# File lib/palo_alto/config.rb, line 319193
def globalprotect
        prop_get('globalprotect')
end
globalprotect=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319196
def globalprotect=(val)
        prop_set('globalprotect', val)
end
gtp() click to toggle source
# File lib/palo_alto/config.rb, line 319139
def gtp
        prop_get('gtp')
end
gtp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319142
def gtp=(val)
        prop_set('gtp', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 318980
def has_multiple_values?
        false
end
hip_match() click to toggle source
# File lib/palo_alto/config.rb, line 319199
def hip_match
        prop_get('hip-match')
end
hip_match=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319202
def hip_match=(val)
        prop_set('hip-match', val)
end
iptag() click to toggle source
# File lib/palo_alto/config.rb, line 319169
def iptag
        prop_get('iptag')
end
iptag=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319172
def iptag=(val)
        prop_set('iptag', val)
end
sctp() click to toggle source
# File lib/palo_alto/config.rb, line 319145
def sctp
        prop_get('sctp')
end
sctp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319148
def sctp=(val)
        prop_set('sctp', val)
end
system() click to toggle source
# File lib/palo_alto/config.rb, line 319187
def system
        prop_get('system')
end
system=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319190
def system=(val)
        prop_set('system', val)
end
threat() click to toggle source
# File lib/palo_alto/config.rb, line 319115
def threat
        prop_get('threat')
end
threat=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319118
def threat=(val)
        prop_set('threat', val)
end
traffic() click to toggle source
# File lib/palo_alto/config.rb, line 319109
def traffic
        prop_get('traffic')
end
traffic=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319112
def traffic=(val)
        prop_set('traffic', val)
end
tunnel() click to toggle source
# File lib/palo_alto/config.rb, line 319151
def tunnel
        prop_get('tunnel')
end
tunnel=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319154
def tunnel=(val)
        prop_set('tunnel', val)
end
url() click to toggle source
# File lib/palo_alto/config.rb, line 319127
def url
        prop_get('url')
end
url=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319130
def url=(val)
        prop_set('url', val)
end
userid() click to toggle source
# File lib/palo_alto/config.rb, line 319163
def userid
        prop_get('userid')
end
userid=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319166
def userid=(val)
        prop_set('userid', val)
end
wildfire() click to toggle source
# File lib/palo_alto/config.rb, line 319121
def wildfire
        prop_get('wildfire')
end
wildfire=(val) click to toggle source
# File lib/palo_alto/config.rb, line 319124
def wildfire=(val)
        prop_set('wildfire', val)
end