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

Public Instance Methods

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