class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::CustomChecks::Criteria
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 233177 def _section :'criteria' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 233174 def has_multiple_values? false end
plist()
click to toggle source
# File lib/palo_alto/config.rb, line 233434 def plist if @create_children @subclasses['plist'] ||= Plist.new(parent_instance: self, create_children: @create_children) else Plist.new(parent_instance: self) end end
registry_key()
click to toggle source
# File lib/palo_alto/config.rb, line 233311 def registry_key if @create_children @subclasses['registry-key'] ||= RegistryKey.new(parent_instance: self, create_children: @create_children) else RegistryKey.new(parent_instance: self) end end