class PaloAlto::XML::Config::Devices::Entry::Template::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 195707 def _section :'ospfv3' end
area()
click to toggle source
# File lib/palo_alto/config.rb, line 195754 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 195704 def has_multiple_values? false end
path_type()
click to toggle source
# File lib/palo_alto/config.rb, line 195732 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 195781 def tag if @create_children @subclasses['tag'] ||= Tag.new(parent_instance: self, create_children: @create_children) else Tag.new(parent_instance: self) end end