class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ipv6::StaticRoute::Entry::RouteTable
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 193757 def _section :'route-table' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 193754 def has_multiple_values? false end
no_install()
click to toggle source
# File lib/palo_alto/config.rb, line 193781 def no_install @subclasses['no-install'] ||= NoInstall.new(parent_instance: self, create_children: @create_children) end
unicast()
click to toggle source
# File lib/palo_alto/config.rb, line 193769 def unicast @subclasses['unicast'] ||= Unicast.new(parent_instance: self, create_children: @create_children) end