class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 304256
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 304253
def has_multiple_values?
        false
end
metric() click to toggle source

metric value

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

metric value

# File lib/palo_alto/config.rb, line 304322
def metric=(val)
        prop_set('metric', val)
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 304298
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 304302
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 304306
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 304310
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 304314
def new_tag=(val)
        prop_set('new-tag', val)
end