class PaloAlto::XML::Config::Shared::AdminRole::Entry::Role::Panorama::Webui::Network::Routing::RoutingProfiles

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 44553
def _section
        :'routing-profiles'
end
bgp() click to toggle source
# File lib/palo_alto/config.rb, line 44565
def bgp
        prop_get('bgp')
end
bgp=(val) click to toggle source
# File lib/palo_alto/config.rb, line 44568
def bgp=(val)
        prop_set('bgp', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 44550
def has_multiple_values?
        false
end