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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 251052
def _section
        :'monitor'
end
app_scope() click to toggle source
# File lib/palo_alto/config.rb, line 251769
def app_scope
        prop_get('app-scope')
end
app_scope=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251772
def app_scope=(val)
        prop_set('app-scope', val)
end
application_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251799
def application_reports
        prop_get('application-reports')
end
application_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251802
def application_reports=(val)
        prop_set('application-reports', val)
end
automated_correlation_engine() click to toggle source
# File lib/palo_alto/config.rb, line 251310
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 251781
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 251784
def block_ip_list=(val)
        prop_set('block-ip-list', val)
end
botnet() click to toggle source
# File lib/palo_alto/config.rb, line 251787
def botnet
        prop_get('botnet')
end
botnet=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251790
def botnet=(val)
        prop_set('botnet', val)
end
custom_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251667
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 251757
def external_logs
        prop_get('external-logs')
end
external_logs=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251760
def external_logs=(val)
        prop_set('external-logs', val)
end
gtp_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251823
def gtp_reports
        prop_get('gtp-reports')
end
gtp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251826
def gtp_reports=(val)
        prop_set('gtp-reports', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 251049
def has_multiple_values?
        false
end
logs() click to toggle source
# File lib/palo_alto/config.rb, line 251277
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 251763
def packet_capture
        prop_get('packet-capture')
end
packet_capture=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251766
def packet_capture=(val)
        prop_set('packet-capture', val)
end
pdf_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251403
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 251829
def sctp_reports
        prop_get('sctp-reports')
end
sctp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251832
def sctp_reports=(val)
        prop_set('sctp-reports', val)
end
session_browser() click to toggle source
# File lib/palo_alto/config.rb, line 251775
def session_browser
        prop_get('session-browser')
end
session_browser=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251778
def session_browser=(val)
        prop_set('session-browser', val)
end
threat_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251805
def threat_reports
        prop_get('threat-reports')
end
threat_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251808
def threat_reports=(val)
        prop_set('threat-reports', val)
end
traffic_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251817
def traffic_reports
        prop_get('traffic-reports')
end
traffic_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 251820
def traffic_reports=(val)
        prop_set('traffic-reports', val)
end
url_filtering_reports() click to toggle source
# File lib/palo_alto/config.rb, line 251811
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 251814
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 251793
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 251796
def view_custom_reports=(val)
        prop_set('view-custom-reports', val)
end