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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) intf_name

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

- (String) intf_speed

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

- (String) intf_type

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