class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 207250 def _section :'routing-profile' end
bgp()
click to toggle source
# File lib/palo_alto/config.rb, line 208429 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 207247 def has_multiple_values? false end