class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::UpdateSchedule::StatisticsService
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 156658 def _section :'statistics-service' end
application_reports()
click to toggle source
Application Reports
# File lib/palo_alto/config.rb, line 156703 def application_reports prop_get('application-reports') end
application_reports=(val)
click to toggle source
Application Reports
# File lib/palo_alto/config.rb, line 156707 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 156759 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 156763 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 156655 def has_multiple_values? false end
health_performance_reports()
click to toggle source
Health and Performance Reports
# File lib/palo_alto/config.rb, line 156751 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 156755 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 156735 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 156739 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 156719 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 156723 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 156727 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 156731 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 156711 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 156715 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 156743 def url_reports prop_get('url-reports') end
url_reports=(val)
click to toggle source
URL Reports
# File lib/palo_alto/config.rb, line 156747 def url_reports=(val) prop_set('url-reports', val) end