Class: IControl::Management::SNMPConfiguration::WrapperSecurityInformation

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 a set of security information.

Instance Attribute Summary collapse

Instance Attribute Details

#communityString

The community name that can be used to access the system.

Returns:

  • (String)

    the current value of community



1846
1847
1848
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846

def community
  @community
end

#ipv6Object

The flag indicating whether to use IPv6 versions of SNMP directives (rocommunity6, rwcommunity6)

Returns:

  • (Object)

    the current value of ipv6



1846
1847
1848
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846

def ipv6
  @ipv6
end

#oidString

The object identifier token that restricts access for that community to everything below the given oid.

Returns:

  • (String)

    the current value of oid



1846
1847
1848
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846

def oid
  @oid
end

#sourceString

This can be a hostname, a subnet, or the word “default”.

Returns:

  • (String)

    the current value of source



1846
1847
1848
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846

def source
  @source
end