class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::Area::Entry::Type::Nssa::DefaultRoute::Advertise
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 303463 def _section :'advertise' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 303460 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 303486 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 303490 def metric=(val) prop_set('metric', val) end
type()
click to toggle source
metric type to be used when advertise default route
# File lib/palo_alto/config.rb, line 303494 def type prop_get('type') end
type=(val)
click to toggle source
metric type to be used when advertise default route
# File lib/palo_alto/config.rb, line 303498 def type=(val) prop_set('type', val) end