class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ip::StaticRoute::Entry::RouteTable
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 299812 def _section :'route-table' end
both()
click to toggle source
# File lib/palo_alto/config.rb, line 299848 def both @subclasses['both'] ||= Both.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 299809 def has_multiple_values? false end
multicast()
click to toggle source
# File lib/palo_alto/config.rb, line 299836 def multicast @subclasses['multicast'] ||= Multicast.new(parent_instance: self, create_children: @create_children) end
no_install()
click to toggle source
# File lib/palo_alto/config.rb, line 299860 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 299824 def unicast @subclasses['unicast'] ||= Unicast.new(parent_instance: self, create_children: @create_children) end