class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::HipCollection::CustomChecks
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 340836 def _section :'custom-checks' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 340833 def has_multiple_values? false end
linux()
click to toggle source
# File lib/palo_alto/config.rb, line 341069 def linux @subclasses['linux'] ||= Linux.new(parent_instance: self, create_children: @create_children) end
mac_os()
click to toggle source
# File lib/palo_alto/config.rb, line 341030 def mac_os @subclasses['mac-os'] ||= MacOs.new(parent_instance: self, create_children: @create_children) end
windows()
click to toggle source
# File lib/palo_alto/config.rb, line 340933 def windows @subclasses['windows'] ||= Windows.new(parent_instance: self, create_children: @create_children) end