class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299675 def _section :'routing-table' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299672 def has_multiple_values? false end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 300164 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 300629 def ipv6 @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) end