class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::HipCollection
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 340697 def _section :'hip-collection' end
certificate_profile()
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 341102 def certificate_profile prop_get('certificate-profile') end
certificate_profile=(val)
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 341106 def certificate_profile=(val) prop_set('certificate-profile', val) end
collect_hip_data()
click to toggle source
Collect HIP Data
# File lib/palo_alto/config.rb, line 341118 def collect_hip_data prop_get('collect-hip-data') end
collect_hip_data=(val)
click to toggle source
Collect HIP Data
# File lib/palo_alto/config.rb, line 341122 def collect_hip_data=(val) prop_set('collect-hip-data', val) end
custom_checks()
click to toggle source
# File lib/palo_alto/config.rb, line 341074 def custom_checks @subclasses['custom-checks'] ||= CustomChecks.new(parent_instance: self, create_children: @create_children) end
exclusion()
click to toggle source
# File lib/palo_alto/config.rb, line 340829 def exclusion @subclasses['exclusion'] ||= Exclusion.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340694 def has_multiple_values? false end
max_wait_time()
click to toggle source
Max Wait Time (Sec)
# File lib/palo_alto/config.rb, line 341110 def max_wait_time prop_get('max-wait-time') end
max_wait_time=(val)
click to toggle source
Max Wait Time (Sec)
# File lib/palo_alto/config.rb, line 341114 def max_wait_time=(val) prop_set('max-wait-time', val) end