class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 340954
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 340951
def has_multiple_values?
        false
end
key() click to toggle source
# File lib/palo_alto/config.rb, line 340973
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 340982
def name
        prop_get('@name')
end