class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Shared::AdminRole::Entry::Role::Device::Webui::Network::Routing
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 146163 def _section :'routing' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 146160 def has_multiple_values? false end
logical_routers()
click to toggle source
# File lib/palo_alto/config.rb, line 146200 def logical_routers prop_get('logical-routers') end
logical_routers=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 146203 def logical_routers=(val) prop_set('logical-routers', val) end
routing_profiles()
click to toggle source
# File lib/palo_alto/config.rb, line 146189 def routing_profiles @subclasses['routing-profiles'] ||= RoutingProfiles.new(parent_instance: self, create_children: @create_children) end