class PaloAlto::XML::Config::Devices::Entry::Template::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 206281 def _section :'routing-table' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 206278 def has_multiple_values? false end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 206623 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 206951 def ipv6 @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) end