class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry::Range::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 197050
def _section
        :'entry'
end
advertise() click to toggle source
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 197047
def has_multiple_values?
        false
end
name() click to toggle source

network/prefix

# File lib/palo_alto/config.rb, line 197087
def name
        prop_get('@name')
end
suppress() click to toggle source
# File lib/palo_alto/config.rb, line 197074
def suppress
        @subclasses['suppress'] ||= Suppress.new(parent_instance: self, create_children: @create_children)
end