class PaloAlto::XML::Config::Devices::Entry::Template::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 234222
def _section
        :'custom-checks'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 234219
def has_multiple_values?
        false
end
linux() click to toggle source
# File lib/palo_alto/config.rb, line 234455
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 234416
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 234319
def windows
        @subclasses['windows'] ||= Windows.new(parent_instance: self, create_children: @create_children)
end