class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::Setting::Wildfire::CloudIntelligence
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 363670 def _section :'cloud-intelligence' end
cloud_query()
click to toggle source
Automatically query public cloud before local analysis
# File lib/palo_alto/config.rb, line 363728 def cloud_query prop_get('cloud-query') end
cloud_query=(val)
click to toggle source
Automatically query public cloud before local analysis
# File lib/palo_alto/config.rb, line 363732 def cloud_query=(val) prop_set('cloud-query', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 363667 def has_multiple_values? false end
submit_diagnostics()
click to toggle source
Automatically diagnostic and statistic information to public cloud.
# File lib/palo_alto/config.rb, line 363720 def submit_diagnostics prop_get('submit-diagnostics') end
submit_diagnostics=(val)
click to toggle source
Automatically diagnostic and statistic information to public cloud.
# File lib/palo_alto/config.rb, line 363724 def submit_diagnostics=(val) prop_set('submit-diagnostics', val) end
submit_report()
click to toggle source
Automatically submit xml report of malwares to public cloud, turned off when submit-sample is on
# File lib/palo_alto/config.rb, line 363704 def submit_report prop_get('submit-report') end
submit_report=(val)
click to toggle source
Automatically submit xml report of malwares to public cloud, turned off when submit-sample is on
# File lib/palo_alto/config.rb, line 363708 def submit_report=(val) prop_set('submit-report', val) end
submit_sample()
click to toggle source
Automatically submit malwares to public cloud
# File lib/palo_alto/config.rb, line 363712 def submit_sample prop_get('submit-sample') end
submit_sample=(val)
click to toggle source
Automatically submit malwares to public cloud
# File lib/palo_alto/config.rb, line 363716 def submit_sample=(val) prop_set('submit-sample', val) end