class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::Area::Entry::Type::Stub::DefaultRoute::Advertise

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 198500
def _section
        :'advertise'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 198497
def has_multiple_values?
        false
end
metric() click to toggle source

metric to be used when advertise default route within this stub area

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

metric to be used when advertise default route within this stub area

# File lib/palo_alto/config.rb, line 198516
def metric=(val)
        prop_set('metric', val)
end