Class: IControl::Management::SNMPConfiguration::SecurityInformation

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 the mapping from a source/community pair to a security name.

Instance Attribute Summary collapse

Instance Attribute Details

#community_nameString

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

Returns:

  • (String)

    the current value of community_name



1767
1768
1769
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767

def community_name
  @community_name
end

#ipv6Object

The flag indicating whether to use IPv6 versions of SNMP directives (com2sec6)

Returns:

  • (Object)

    the current value of ipv6



1767
1768
1769
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767

def ipv6
  @ipv6
end

#security_nameString

The name of the security.

Returns:

  • (String)

    the current value of security_name



1767
1768
1769
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767

def security_name
  @security_name
end

#sourceString

The hostname, subnet, or the word “default”.

Returns:

  • (String)

    the current value of source



1767
1768
1769
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767

def source
  @source
end