class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::ExportRules::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 197696 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 197693 def has_multiple_values? false end
metric()
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 197758 def metric prop_get('metric') end
metric=(val)
click to toggle source
metric value
# File lib/palo_alto/config.rb, line 197762 def metric=(val) prop_set('metric', val) end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 197738 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 197742 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 197746 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 197750 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 197754 def new_tag=(val) prop_set('new-tag', val) end