class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PostRulebase::TunnelInspect::Rules::Entry::MonitorOptions::LogSettingOverride
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 125328 def _section :'log-setting-override' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 125355 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 125358 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 125325 def has_multiple_values? false end
log_end()
click to toggle source
Log
at session end (required for certain ACC tables)
# File lib/palo_alto/config.rb, line 125376 def log_end prop_get('log-end') end
log_end=(val)
click to toggle source
Log
at session end (required for certain ACC tables)
# File lib/palo_alto/config.rb, line 125380 def log_end=(val) prop_set('log-end', val) end
log_setting()
click to toggle source
# File lib/palo_alto/config.rb, line 125361 def log_setting prop_get('log-setting') end
log_setting=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 125364 def log_setting=(val) prop_set('log-setting', val) end
log_start()
click to toggle source
Log
at session start
# File lib/palo_alto/config.rb, line 125368 def log_start prop_get('log-start') end
log_start=(val)
click to toggle source
Log
at session start
# File lib/palo_alto/config.rb, line 125372 def log_start=(val) prop_set('log-start', val) end