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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 313837
def _section
        :'routing-profile'
end
bgp() click to toggle source
# File lib/palo_alto/config.rb, line 315016
def bgp
        @subclasses['bgp'] ||= Bgp.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 313834
def has_multiple_values?
        false
end