class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::PortalConfig::ConfigSelection::CustomChecks

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 338511
def _section
        :'custom-checks'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 338508
def has_multiple_values?
        false
end
mac_os() click to toggle source
# File lib/palo_alto/config.rb, line 338651
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 338581
def windows
        @subclasses['windows'] ||= Windows.new(parent_instance: self, create_children: @create_children)
end