class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::Panorama::Webui::Monitor
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 42992 def _section :'monitor' end
app_scope()
click to toggle source
# File lib/palo_alto/config.rb, line 43678 def app_scope prop_get('app-scope') end
app_scope=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43681 def app_scope=(val) prop_set('app-scope', val) end
application_reports()
click to toggle source
# File lib/palo_alto/config.rb, line 43690 def application_reports prop_get('application-reports') end
application_reports=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43693 def application_reports=(val) prop_set('application-reports', val) end
automated_correlation_engine()
click to toggle source
# File lib/palo_alto/config.rb, line 43251 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 43608 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 43672 def external_logs prop_get('external-logs') end
external_logs=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43675 def external_logs=(val) prop_set('external-logs', val) end
gtp_reports()
click to toggle source
# File lib/palo_alto/config.rb, line 43714 def gtp_reports prop_get('gtp-reports') end
gtp_reports=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43717 def gtp_reports=(val) prop_set('gtp-reports', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 42989 def has_multiple_values? false end
logs()
click to toggle source
# File lib/palo_alto/config.rb, line 43218 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 43344 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 43720 def sctp_reports prop_get('sctp-reports') end
sctp_reports=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43723 def sctp_reports=(val) prop_set('sctp-reports', val) end
threat_reports()
click to toggle source
# File lib/palo_alto/config.rb, line 43696 def threat_reports prop_get('threat-reports') end
threat_reports=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43699 def threat_reports=(val) prop_set('threat-reports', val) end
traffic_reports()
click to toggle source
# File lib/palo_alto/config.rb, line 43708 def traffic_reports prop_get('traffic-reports') end
traffic_reports=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 43711 def traffic_reports=(val) prop_set('traffic-reports', val) end
url_filtering_reports()
click to toggle source
# File lib/palo_alto/config.rb, line 43702 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 43705 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 43684 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 43687 def view_custom_reports=(val) prop_set('view-custom-reports', val) end