class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::RoutingTable::Ipv6

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 300171
def _section
        :'ipv6'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 300168
def has_multiple_values?
        false
end
static_route() click to toggle source
# File lib/palo_alto/config.rb, line 300620
def static_route
        if @create_children
                @subclasses['static-route'] ||= StaticRoute.new(parent_instance: self, create_children: @create_children)
        else
                StaticRoute.new(parent_instance: self)
        end
end