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)
-
- (String) intf_name
The name of the interface.
-
- (String) intf_speed
the speed of the interface.
-
- (String) intf_type
The interface type as given in the IANAifType-MIB.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) intf_name
The name of the interface.
1564 1565 1566 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564 def intf_name @intf_name end |
- (String) intf_speed
the speed of the interface.
1564 1565 1566 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564 def intf_speed @intf_speed end |
- (String) intf_type
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 |