Class: IControl::Management::SNMPConfiguration::ProxyInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::ProxyInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes an snmp proxy. It specifies that any incoming requests under local_oid should be proxied on the remote_host instead.
Instance Attribute Summary (collapse)
-
- (String) local_oid
The local oid to proxy.
-
- (String) remote_host
The address of the remote host.
-
- (String) remote_oid
An optional remote oid to map the local oid from.
-
- (String) snmpcmd_args
Commands to communicate with a network entity using SNMP requests.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) local_oid
The local oid to proxy.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def local_oid @local_oid end |
- (String) remote_host
The address of the remote host.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def remote_host @remote_host end |
- (String) remote_oid
An optional remote oid to map the local oid from.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def remote_oid @remote_oid end |
- (String) snmpcmd_args
Commands to communicate with a network entity using SNMP requests.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def snmpcmd_args @snmpcmd_args end |