Class: IControl::Management::SNMPConfiguration::ProxyInformation

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#local_oidString

The local oid to proxy.

Returns:

  • (String)

    the current value of local_oid



1754
1755
1756
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754

def local_oid
  @local_oid
end

#remote_hostString

The address of the remote host.

Returns:

  • (String)

    the current value of remote_host



1754
1755
1756
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754

def remote_host
  @remote_host
end

#remote_oidString

An optional remote oid to map the local oid from.

Returns:

  • (String)

    the current value of remote_oid



1754
1755
1756
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754

def remote_oid
  @remote_oid
end

#snmpcmd_argsString

Commands to communicate with a network entity using SNMP requests.

Returns:

  • (String)

    the current value of snmpcmd_args



1754
1755
1756
# File 'lib/icontrol/management/snmp_configuration.rb', line 1754

def snmpcmd_args
  @snmpcmd_args
end