class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::RedistProfile::Entry::Filter::Ospf
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 301868 def _section :'ospf' end
area()
click to toggle source
# File lib/palo_alto/config.rb, line 301915 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 301865 def has_multiple_values? false end
path_type()
click to toggle source
# File lib/palo_alto/config.rb, line 301893 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 301942 def tag if @create_children @subclasses['tag'] ||= Tag.new(parent_instance: self, create_children: @create_children) else Tag.new(parent_instance: self) end end