class PaloAlto::XML::Config::Shared::PostRulebase::TunnelInspect::Rules::Entry::MonitorOptions::LogSettingOverride
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 72068 def _section :'log-setting-override' end
enable()
click to toggle source
# File lib/palo_alto/config.rb, line 72093 def enable prop_get('enable') end
enable=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 72096 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 72065 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 72114 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 72118 def log_end=(val) prop_set('log-end', val) end
log_setting()
click to toggle source
# File lib/palo_alto/config.rb, line 72099 def log_setting prop_get('log-setting') end
log_setting=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 72102 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 72106 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 72110 def log_start=(val) prop_set('log-start', val) end