class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 252655
def _section
        :'routing'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 252652
def has_multiple_values?
        false
end
logical_routers() click to toggle source
# File lib/palo_alto/config.rb, line 252692
def logical_routers
        prop_get('logical-routers')
end
logical_routers=(val) click to toggle source
# File lib/palo_alto/config.rb, line 252695
def logical_routers=(val)
        prop_set('logical-routers', val)
end
routing_profiles() click to toggle source
# File lib/palo_alto/config.rb, line 252681
def routing_profiles
        @subclasses['routing-profiles'] ||= RoutingProfiles.new(parent_instance: self, create_children: @create_children)
end