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