Class: IControl::Networking::STPInstance::InterfaceSTPRole
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Networking::STPInstance::InterfaceSTPRole
- Defined in:
- lib/icontrol/networking/stp_instance.rb,
lib/icontrol/networking/stp_instance.rb
Overview
An struct that specifies an interface/trunk STP role.
Instance Attribute Summary collapse
-
#name ⇒ String
The interface/trunk name.
-
#role ⇒ IControl::Networking::STPRoleType
The STP role of the network interface/trunk within a spanning tree instance.
Instance Attribute Details
#name ⇒ String
The interface/trunk name.
357 358 359 |
# File 'lib/icontrol/networking/stp_instance.rb', line 357 def name @name end |
#role ⇒ IControl::Networking::STPRoleType
The STP role of the network interface/trunk within a spanning tree instance.
357 358 359 |
# File 'lib/icontrol/networking/stp_instance.rb', line 357 def role @role end |