class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::DeviceGroup::Webui::Monitor

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 48663
def _section
        :'monitor'
end
app_scope() click to toggle source
# File lib/palo_alto/config.rb, line 49349
def app_scope
        prop_get('app-scope')
end
app_scope=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49352
def app_scope=(val)
        prop_set('app-scope', val)
end
application_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49361
def application_reports
        prop_get('application-reports')
end
application_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49364
def application_reports=(val)
        prop_set('application-reports', val)
end
automated_correlation_engine() click to toggle source
# File lib/palo_alto/config.rb, line 48922
def automated_correlation_engine
        @subclasses['automated-correlation-engine'] ||= AutomatedCorrelationEngine.new(parent_instance: self, create_children: @create_children)
end
custom_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49279
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 49343
def external_logs
        prop_get('external-logs')
end
external_logs=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49346
def external_logs=(val)
        prop_set('external-logs', val)
end
gtp_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49385
def gtp_reports
        prop_get('gtp-reports')
end
gtp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49388
def gtp_reports=(val)
        prop_set('gtp-reports', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 48660
def has_multiple_values?
        false
end
logs() click to toggle source
# File lib/palo_alto/config.rb, line 48889
def logs
        @subclasses['logs'] ||= Logs.new(parent_instance: self, create_children: @create_children)
end
pdf_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49015
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 49391
def sctp_reports
        prop_get('sctp-reports')
end
sctp_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49394
def sctp_reports=(val)
        prop_set('sctp-reports', val)
end
threat_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49367
def threat_reports
        prop_get('threat-reports')
end
threat_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49370
def threat_reports=(val)
        prop_set('threat-reports', val)
end
traffic_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49379
def traffic_reports
        prop_get('traffic-reports')
end
traffic_reports=(val) click to toggle source
# File lib/palo_alto/config.rb, line 49382
def traffic_reports=(val)
        prop_set('traffic-reports', val)
end
url_filtering_reports() click to toggle source
# File lib/palo_alto/config.rb, line 49373
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 49376
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 49355
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 49358
def view_custom_reports=(val)
        prop_set('view-custom-reports', val)
end