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
-
#local_oid ⇒ String
The local oid to proxy.
-
#remote_host ⇒ String
The address of the remote host.
-
#remote_oid ⇒ String
An optional remote oid to map the local oid from.
-
#snmpcmd_args ⇒ String
Commands to communicate with a network entity using SNMP requests.
Instance Attribute Details
#local_oid ⇒ String
The local oid to proxy.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def local_oid @local_oid end |
#remote_host ⇒ String
The address of the remote host.
1754 1755 1756 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754 def remote_host @remote_host end |
#remote_oid ⇒ String
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 |
#snmpcmd_args ⇒ String
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 |