class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::GlobalProtect__36::GlobalProtectPortal::Entry::ClientConfig::Configs::Entry::HipCollection::Exclusion::Category::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 340718
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 340715
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 340808
def name
        prop_get('@name')
end
vendor() click to toggle source
# File lib/palo_alto/config.rb, line 340790
def vendor
        if @create_children
                @subclasses['vendor'] ||= Vendor.new(parent_instance: self, create_children: @create_children)
        else
                Vendor.new(parent_instance: self)
        end
end