class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Type::Nssa::NssaExtRange::Entry

Public Instance Methods

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

network/prefix

# File lib/palo_alto/config.rb, line 198684
def name
        prop_get('@name')
end
route_tag() click to toggle source

route tag value

# File lib/palo_alto/config.rb, line 198688
def route_tag
        prop_get('route-tag')
end
route_tag=(val) click to toggle source

route tag value

# File lib/palo_alto/config.rb, line 198692
def route_tag=(val)
        prop_set('route-tag', val)
end
suppress() click to toggle source
# File lib/palo_alto/config.rb, line 198667
def suppress
        @subclasses['suppress'] ||= Suppress.new(parent_instance: self, create_children: @create_children)
end