class PaloAlto::XML::Config::Shared::ContentPreview::ApplicationType

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 16369
def _section
        :'application-type'
end
category() click to toggle source
# File lib/palo_alto/config.rb, line 16421
def category
        @subclasses['category'] ||= Category.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 16366
def has_multiple_values?
        true
end
technology() click to toggle source
# File lib/palo_alto/config.rb, line 16473
def technology
        @subclasses['technology'] ||= Technology.new(parent_instance: self, create_children: @create_children)
end