Class: IControl::Networking::STPInstance::PathCost
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::STPInstance::PathCost
- Defined in:
- lib/icontrol/networking/stp_instance.rb,
lib/icontrol/networking/stp_instance.rb
Overview
An struct that specifies an unit of interface/trunk path cost.
Instance Attribute Summary collapse
-
#type ⇒ IControl::Networking::STPInstance::PathCostType
The type of the path cost.
-
#value ⇒ Numeric
The value of the path cost.
Instance Attribute Details
#type ⇒ IControl::Networking::STPInstance::PathCostType
The type of the path cost.
375 376 377 |
# File 'lib/icontrol/networking/stp_instance.rb', line 375 def type @type end |
#value ⇒ Numeric
The value of the path cost.
375 376 377 |
# File 'lib/icontrol/networking/stp_instance.rb', line 375 def value @value end |