class PaloAlto::XML::Config::Shared::PreRulebase::TunnelInspect::Rules::Entry::MonitorOptions::LogSettingOverride

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 63235
def _section
        :'log-setting-override'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 63260
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 63263
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 63232
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 63281
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 63285
def log_end=(val)
        prop_set('log-end', val)
end
log_setting() click to toggle source
# File lib/palo_alto/config.rb, line 63266
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 63269
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 63273
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 63277
def log_start=(val)
        prop_set('log-start', val)
end