class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::System::UpdateSchedule::StatisticsService
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 263164 def _section :'statistics-service' end
application_reports()
click to toggle source
Application Reports
# File lib/palo_alto/config.rb, line 263209 def application_reports prop_get('application-reports') end
application_reports=(val)
click to toggle source
Application Reports
# File lib/palo_alto/config.rb, line 263213 def application_reports=(val) prop_set('application-reports', val) end
file_identification_reports()
click to toggle source
File Type
Identification Reports
# File lib/palo_alto/config.rb, line 263265 def file_identification_reports prop_get('file-identification-reports') end
file_identification_reports=(val)
click to toggle source
File Type
Identification Reports
# File lib/palo_alto/config.rb, line 263269 def file_identification_reports=(val) prop_set('file-identification-reports', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 263161 def has_multiple_values? false end
health_performance_reports()
click to toggle source
Health and Performance Reports
# File lib/palo_alto/config.rb, line 263257 def health_performance_reports prop_get('health-performance-reports') end
health_performance_reports=(val)
click to toggle source
Health and Performance Reports
# File lib/palo_alto/config.rb, line 263261 def health_performance_reports=(val) prop_set('health-performance-reports', val) end
passive_dns_monitoring()
click to toggle source
Passive DNS Monitor
# File lib/palo_alto/config.rb, line 263241 def passive_dns_monitoring prop_get('passive-dns-monitoring') end
passive_dns_monitoring=(val)
click to toggle source
Passive DNS Monitor
# File lib/palo_alto/config.rb, line 263245 def passive_dns_monitoring=(val) prop_set('passive-dns-monitoring', val) end
threat_prevention_information()
click to toggle source
Threat Prevention Information
# File lib/palo_alto/config.rb, line 263225 def threat_prevention_information prop_get('threat-prevention-information') end
threat_prevention_information=(val)
click to toggle source
Threat Prevention Information
# File lib/palo_alto/config.rb, line 263229 def threat_prevention_information=(val) prop_set('threat-prevention-information', val) end
threat_prevention_pcap()
click to toggle source
Enable sending packet-captures with threat prevention information
# File lib/palo_alto/config.rb, line 263233 def threat_prevention_pcap prop_get('threat-prevention-pcap') end
threat_prevention_pcap=(val)
click to toggle source
Enable sending packet-captures with threat prevention information
# File lib/palo_alto/config.rb, line 263237 def threat_prevention_pcap=(val) prop_set('threat-prevention-pcap', val) end
threat_prevention_reports()
click to toggle source
Threat Reports
# File lib/palo_alto/config.rb, line 263217 def threat_prevention_reports prop_get('threat-prevention-reports') end
threat_prevention_reports=(val)
click to toggle source
Threat Reports
# File lib/palo_alto/config.rb, line 263221 def threat_prevention_reports=(val) prop_set('threat-prevention-reports', val) end
url_reports()
click to toggle source
URL Reports
# File lib/palo_alto/config.rb, line 263249 def url_reports prop_get('url-reports') end
url_reports=(val)
click to toggle source
URL Reports
# File lib/palo_alto/config.rb, line 263253 def url_reports=(val) prop_set('url-reports', val) end