class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::RoutingTable
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 312866 def _section :'routing-table' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 312863 def has_multiple_values? false end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 313209 def ip @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children) end
ipv6()
click to toggle source
# File lib/palo_alto/config.rb, line 313538 def ipv6 @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) end