class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::Setting::Wildfire::CloudIntelligence
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 370029 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 370087 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 370091 def cloud_query=(val) prop_set('cloud-query', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 370026 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 370079 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 370083 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 370063 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 370067 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 370071 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 370075 def submit_sample=(val) prop_set('submit-sample', val) end