Class: IControl::Management::SNMPConfiguration::SecurityInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::SecurityInformation
- 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
-
#community_name ⇒ String
The community name that can be used to access the system.
-
#ipv6 ⇒ Object
The flag indicating whether to use IPv6 versions of SNMP directives (com2sec6).
-
#security_name ⇒ String
The name of the security.
-
#source ⇒ String
The hostname, subnet, or the word “default”.
Instance Attribute Details
#community_name ⇒ String
The community name that can be used to access the system.
1767 1768 1769 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767 def community_name @community_name end |
#ipv6 ⇒ Object
The flag indicating whether to use IPv6 versions of SNMP directives (com2sec6)
1767 1768 1769 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767 def ipv6 @ipv6 end |
#security_name ⇒ String
The name of the security.
1767 1768 1769 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767 def security_name @security_name end |
#source ⇒ String
The hostname, subnet, or the word “default”.
1767 1768 1769 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1767 def source @source end |