class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Qos

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 298258
def _section
        :'qos'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 298255
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 299196
def interface
        if @create_children
                @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children)
        else
                Interface.new(parent_instance: self)
        end
end
profile() click to toggle source
# File lib/palo_alto/config.rb, line 298641
def profile
        if @create_children
                @subclasses['profile'] ||= Profile.new(parent_instance: self, create_children: @create_children)
        else
                Profile.new(parent_instance: self)
        end
end