class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ContentPreview::ApplicationType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 249543 def _section :'application-type' end
category()
click to toggle source
# File lib/palo_alto/config.rb, line 249595 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 249540 def has_multiple_values? true end
technology()
click to toggle source
# File lib/palo_alto/config.rb, line 249647 def technology @subclasses['technology'] ||= Technology.new(parent_instance: self, create_children: @create_children) end