class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Type::Nssa::NssaExtRange::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 305204 def _section :'entry' end
advertise()
click to toggle source
# File lib/palo_alto/config.rb, line 305216 def advertise @subclasses['advertise'] ||= Advertise.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 305201 def has_multiple_values? false end
name()
click to toggle source
network/prefix
# File lib/palo_alto/config.rb, line 305245 def name prop_get('@name') end
route_tag()
click to toggle source
route tag value
# File lib/palo_alto/config.rb, line 305249 def route_tag prop_get('route-tag') end
route_tag=(val)
click to toggle source
route tag value
# File lib/palo_alto/config.rb, line 305253 def route_tag=(val) prop_set('route-tag', val) end
suppress()
click to toggle source
# File lib/palo_alto/config.rb, line 305228 def suppress @subclasses['suppress'] ||= Suppress.new(parent_instance: self, create_children: @create_children) end