class PaloAlto::XML::Config::Devices::Entry::Template::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 234083 def _section :'hip-collection' end
certificate_profile()
click to toggle source
Profile for authenticating client certificates
# File lib/palo_alto/config.rb, line 234488 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 234492 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 234504 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 234508 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 234460 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 234215 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 234080 def has_multiple_values? false end
max_wait_time()
click to toggle source
Max Wait Time (Sec)
# File lib/palo_alto/config.rb, line 234496 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 234500 def max_wait_time=(val) prop_set('max-wait-time', val) end