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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 15848
def _section
        :'content-preview'
end
application() click to toggle source
# File lib/palo_alto/config.rb, line 16358
def application
        if @create_children
                @subclasses['application'] ||= Application.new(parent_instance: self, create_children: @create_children)
        else
                Application.new(parent_instance: self)
        end
end
application_type() click to toggle source
# File lib/palo_alto/config.rb, line 16478
def application_type
        if @create_children
                @subclasses['application-type'] ||= ApplicationType.new(parent_instance: self, create_children: @create_children)
        else
                ApplicationType.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 15845
def has_multiple_values?
        false
end