class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Device::Webui::Network::Routing::RoutingProfiles

Public Instance Methods

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