class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Type::Nssa

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 198555
def _section
        :'nssa'
end
accept_summary() click to toggle source

Enable the origination and propagation of summary LSA to this area

# File lib/palo_alto/config.rb, line 198719
def accept_summary
        prop_get('accept-summary')
end
accept_summary=(val) click to toggle source

Enable the origination and propagation of summary LSA to this area

# File lib/palo_alto/config.rb, line 198723
def accept_summary=(val)
        prop_set('accept-summary', val)
end
default_route() click to toggle source
# File lib/palo_alto/config.rb, line 198625
def default_route
        if @create_children
                @subclasses['default-route'] ||= DefaultRoute.new(parent_instance: self, create_children: @create_children)
        else
                DefaultRoute.new(parent_instance: self)
        end
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 198552
def has_multiple_values?
        false
end
nssa_ext_range() click to toggle source
# File lib/palo_alto/config.rb, line 198704
def nssa_ext_range
        if @create_children
                @subclasses['nssa-ext-range'] ||= NssaExtRange.new(parent_instance: self, create_children: @create_children)
        else
                NssaExtRange.new(parent_instance: self)
        end
end