class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 305009
def _section
        :'entry'
end
authentication() click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 305977
def authentication
        prop_get('authentication')
end
authentication=(val) click to toggle source

Authentication options

# File lib/palo_alto/config.rb, line 305981
def authentication=(val)
        prop_set('authentication', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 305006
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 305698
def interface
        if @create_children
                @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children)
        else
                Interface.new(parent_instance: self)
        end
end
name() click to toggle source

Area ID

# File lib/palo_alto/config.rb, line 305973
def name
        prop_get('@name')
end
range() click to toggle source
# File lib/palo_alto/config.rb, line 305360
def range
        if @create_children
                @subclasses['range'] ||= Range.new(parent_instance: self, create_children: @create_children)
        else
                Range.new(parent_instance: self)
        end
end
type() click to toggle source
# File lib/palo_alto/config.rb, line 305293
def type
        if @create_children
                @subclasses['type'] ||= Type.new(parent_instance: self, create_children: @create_children)
        else
                Type.new(parent_instance: self)
        end
end