Class: IControl::Networking::STPInstance::InterfacePriority
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::STPInstance::InterfacePriority
- Defined in:
- lib/icontrol/networking/stp_instance.rb,
lib/icontrol/networking/stp_instance.rb
Overview
An struct that specifies an interface/trunk priority.
Instance Attribute Summary collapse
-
#name ⇒ String
The interface/trunk name.
-
#priority ⇒ Numeric
The associated priority of the network interface/trunk within a spanning tree instance.
Instance Attribute Details
#name ⇒ String
The interface/trunk name.
348 349 350 |
# File 'lib/icontrol/networking/stp_instance.rb', line 348 def name @name end |
#priority ⇒ Numeric
The associated priority of the network interface/trunk within a spanning tree instance.
348 349 350 |
# File 'lib/icontrol/networking/stp_instance.rb', line 348 def priority @priority end |