class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospfv3::ExportRules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 306011 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306008 def has_multiple_values? false end
metric()
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 306073 def metric prop_get('metric') end
metric=(val)
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 306077 def metric=(val) prop_set('metric', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 306053 def name prop_get('@name') end
new_path_type()
click to toggle source
path type to be used for imported external routes
# File lib/palo_alto/config.rb, line 306057 def new_path_type prop_get('new-path-type') end
new_path_type=(val)
click to toggle source
path type to be used for imported external routes
# File lib/palo_alto/config.rb, line 306061 def new_path_type=(val) prop_set('new-path-type', val) end
new_tag()
click to toggle source
new tag value
# File lib/palo_alto/config.rb, line 306065 def new_tag prop_get('new-tag') end
new_tag=(val)
click to toggle source
new tag value
# File lib/palo_alto/config.rb, line 306069 def new_tag=(val) prop_set('new-tag', val) end