class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::HipCollection::CustomChecks::MacOs::Plist::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 234340 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 234337 def has_multiple_values? false end
key()
click to toggle source
# File lib/palo_alto/config.rb, line 234359 def key if @create_children @subclasses['key'] ||= Key.new(parent_instance: self, create_children: @create_children) else Key.new(parent_instance: self) end end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 234368 def name prop_get('@name') end