Class: IControl::Management::SNMPConfiguration::AgentXInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::AgentXInformation
- 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
-
#address ⇒ String
The address the master agent listens at.
-
#retries ⇒ Numeric
The number of retries for an AgentX request, default is 5.
-
#timeout ⇒ Numeric
The timeout for an AgentX request, default is 1 second.
Instance Attribute Details
#address ⇒ String
The address the master agent listens at.
1586 1587 1588 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586 def address @address end |
#retries ⇒ Numeric
The number of retries for an AgentX request, default is 5.
1586 1587 1588 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586 def retries @retries end |
#timeout ⇒ Numeric
The timeout for an AgentX request, default is 1 second.
1586 1587 1588 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1586 def timeout @timeout end |