class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::ContentPreview
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 249022 def _section :'content-preview' end
application()
click to toggle source
# File lib/palo_alto/config.rb, line 249532 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 249652 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 249019 def has_multiple_values? false end