class PaloAlto::XML::Config::Devices::Entry::Template::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 199449 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 199446 def has_multiple_values? false end
metric()
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 199511 def metric prop_get('metric') end
metric=(val)
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 199515 def metric=(val) prop_set('metric', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 199491 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 199495 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 199499 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 199503 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 199507 def new_tag=(val) prop_set('new-tag', val) end