Class: IControl::Management::SNMPConfiguration::AgentInterface
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::AgentInterface
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
For interfaces where the agent fails to correctly guess the type and speed, this directive can supply additional information.
Instance Attribute Summary collapse
-
#intf_name ⇒ String
The name of the interface.
-
#intf_speed ⇒ String
the speed of the interface.
-
#intf_type ⇒ String
The interface type as given in the IANAifType-MIB.
Instance Attribute Details
#intf_name ⇒ String
The name of the interface.
1564 1565 1566 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564 def intf_name @intf_name end |
#intf_speed ⇒ String
the speed of the interface.
1564 1565 1566 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564 def intf_speed @intf_speed end |
#intf_type ⇒ String
The interface type as given in the IANAifType-MIB.
1564 1565 1566 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564 def intf_type @intf_type end |