class PaloAlto::XML::Config::Devices::Entry::DeviceGroup::Entry::PreRulebase::TunnelInspect::Rules::Entry::MonitorOptions::LogSettingOverride

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 116145
def _section
        :'log-setting-override'
end
enable() click to toggle source
# File lib/palo_alto/config.rb, line 116172
def enable
        prop_get('enable')
end
enable=(val) click to toggle source
# File lib/palo_alto/config.rb, line 116175
def enable=(val)
        prop_set('enable', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 116142
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 116193
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 116197
def log_end=(val)
        prop_set('log-end', val)
end
log_setting() click to toggle source
# File lib/palo_alto/config.rb, line 116178
def log_setting
        prop_get('log-setting')
end
log_setting=(val) click to toggle source
# File lib/palo_alto/config.rb, line 116181
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 116185
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 116189
def log_start=(val)
        prop_set('log-start', val)
end