Class: IControl::Management::SNMPConfiguration::AgentXInformation

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb

Overview

This type is deprecated (immediately) and should not be used, in order to ensure proper operation of the system. A struct that describes AgentX information.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The address the master agent listens at.

Returns:

  • (String)

    the current value of address



1586
1587
1588
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586

def address
  @address
end

#retriesNumeric

The number of retries for an AgentX request, default is 5.

Returns:

  • (Numeric)

    the current value of retries



1586
1587
1588
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586

def retries
  @retries
end

#timeoutNumeric

The timeout for an AgentX request, default is 1 second.

Returns:

  • (Numeric)

    the current value of timeout



1586
1587
1588
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586

def timeout
  @timeout
end