class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfileIpv6::Entry::Filter::Ospfv3
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 302266 def _section :'ospfv3' end
area()
click to toggle source
# File lib/palo_alto/config.rb, line 302313 def area if @create_children @subclasses['area'] ||= Area.new(parent_instance: self, create_children: @create_children) else Area.new(parent_instance: self) end end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 302263 def has_multiple_values? false end
path_type()
click to toggle source
# File lib/palo_alto/config.rb, line 302291 def path_type if @create_children @subclasses['path-type'] ||= PathType.new(parent_instance: self, create_children: @create_children) else PathType.new(parent_instance: self) end end
tag()
click to toggle source
# File lib/palo_alto/config.rb, line 302340 def tag if @create_children @subclasses['tag'] ||= Tag.new(parent_instance: self, create_children: @create_children) else Tag.new(parent_instance: self) end end