class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Device::Webui::Monitor

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 144560
def _section
        :'monitor'
end
app_scope() click to toggle source
# File lib/palo_alto/config.rb, line 145277
def app_scope
        prop_get('app-scope')
end
app_scope=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145280
def app_scope=(val)
        prop_set('app-scope', val)
end
application_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145307
def application_reports
        prop_get('application-reports')
end
application_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145310
def application_reports=(val)
        prop_set('application-reports', val)
end
automated_correlation_engine() click to toggle source
# File lib/palo_alto/config.rb, line 144818
def automated_correlation_engine
        @subclasses['automated-correlation-engine'] ||= AutomatedCorrelationEngine.new(parent_instance: self, create_children: @create_children)
end
block_ip_list() click to toggle source
# File lib/palo_alto/config.rb, line 145289
def block_ip_list
        prop_get('block-ip-list')
end
block_ip_list=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145292
def block_ip_list=(val)
        prop_set('block-ip-list', val)
end
botnet() click to toggle source
# File lib/palo_alto/config.rb, line 145295
def botnet
        prop_get('botnet')
end
botnet=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145298
def botnet=(val)
        prop_set('botnet', val)
end
custom_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145175
def custom_reports
        @subclasses['custom-reports'] ||= CustomReports.new(parent_instance: self, create_children: @create_children)
end
external_logs() click to toggle source
# File lib/palo_alto/config.rb, line 145265
def external_logs
        prop_get('external-logs')
end
external_logs=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145268
def external_logs=(val)
        prop_set('external-logs', val)
end
gtp_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145331
def gtp_reports
        prop_get('gtp-reports')
end
gtp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145334
def gtp_reports=(val)
        prop_set('gtp-reports', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 144557
def has_multiple_values?
        false
end
logs() click to toggle source
# File lib/palo_alto/config.rb, line 144785
def logs
        @subclasses['logs'] ||= Logs.new(parent_instance: self, create_children: @create_children)
end
packet_capture() click to toggle source
# File lib/palo_alto/config.rb, line 145271
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145274
def packet_capture=(val)
        prop_set('packet-capture', val)
end
pdf_reports() click to toggle source
# File lib/palo_alto/config.rb, line 144911
def pdf_reports
        @subclasses['pdf-reports'] ||= PdfReports.new(parent_instance: self, create_children: @create_children)
end
sctp_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145337
def sctp_reports
        prop_get('sctp-reports')
end
sctp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145340
def sctp_reports=(val)
        prop_set('sctp-reports', val)
end
session_browser() click to toggle source
# File lib/palo_alto/config.rb, line 145283
def session_browser
        prop_get('session-browser')
end
session_browser=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145286
def session_browser=(val)
        prop_set('session-browser', val)
end
threat_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145313
def threat_reports
        prop_get('threat-reports')
end
threat_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145316
def threat_reports=(val)
        prop_set('threat-reports', val)
end
traffic_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145325
def traffic_reports
        prop_get('traffic-reports')
end
traffic_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145328
def traffic_reports=(val)
        prop_set('traffic-reports', val)
end
url_filtering_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145319
def url_filtering_reports
        prop_get('url-filtering-reports')
end
url_filtering_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145322
def url_filtering_reports=(val)
        prop_set('url-filtering-reports', val)
end
view_custom_reports() click to toggle source
# File lib/palo_alto/config.rb, line 145301
def view_custom_reports
        prop_get('view-custom-reports')
end
view_custom_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 145304
def view_custom_reports=(val)
        prop_set('view-custom-reports', val)
end