class PaloAlto::XML::Config::Devices::Entry::Template::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 193264
def _section
        :'route-table'
end
both() click to toggle source
# File lib/palo_alto/config.rb, line 193300
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 193261
def has_multiple_values?
        false
end
multicast() click to toggle source
# File lib/palo_alto/config.rb, line 193288
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 193312
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 193276
def unicast
        @subclasses['unicast'] ||= Unicast.new(parent_instance: self, create_children: @create_children)
end