Class: IControl::Management::SNMPConfiguration::AgentInterface

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#intf_nameString

The name of the interface.

Returns:

  • (String)

    the current value of intf_name



1564
1565
1566
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564

def intf_name
  @intf_name
end

#intf_speedString

the speed of the interface.

Returns:

  • (String)

    the current value of intf_speed



1564
1565
1566
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564

def intf_speed
  @intf_speed
end

#intf_typeString

The interface type as given in the IANAifType-MIB.

Returns:

  • (String)

    the current value of intf_type



1564
1565
1566
# File 'lib/icontrol/management/snmp_configuration.rb', line 1564

def intf_type
  @intf_type
end