class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::SpanningTree::Entry::Port::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 192685 def _section :'entry' end
cost()
click to toggle source
Port
cost
# File lib/palo_alto/config.rb, line 192735 def cost prop_get('cost') end
cost=(val)
click to toggle source
Port
cost
# File lib/palo_alto/config.rb, line 192739 def cost=(val) prop_set('cost', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 192682 def has_multiple_values? false end
link_type()
click to toggle source
Port
link type
# File lib/palo_alto/config.rb, line 192743 def link_type prop_get('link-type') end
link_type=(val)
click to toggle source
Port
link type
# File lib/palo_alto/config.rb, line 192747 def link_type=(val) prop_set('link-type', val) end
name()
click to toggle source
Switch port name
# File lib/palo_alto/config.rb, line 192723 def name prop_get('@name') end
priority()
click to toggle source
Port
priority
# File lib/palo_alto/config.rb, line 192727 def priority prop_get('priority') end
priority=(val)
click to toggle source
Port
priority
# File lib/palo_alto/config.rb, line 192731 def priority=(val) prop_set('priority', val) end