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