class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Type::Stub
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 305035 def _section :'stub' 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 305101 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 305105 def accept_summary=(val) prop_set('accept-summary', val) end
default_route()
click to toggle source
# File lib/palo_alto/config.rb, line 305086 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 305032 def has_multiple_values? false end