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