Class: IControl::Management::SNMPConfiguration::WrapperSecurityInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::WrapperSecurityInformation
- 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
-
#community ⇒ 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 (rocommunity6, rwcommunity6).
-
#oid ⇒ String
The object identifier token that restricts access for that community to everything below the given oid.
-
#source ⇒ String
This can be a hostname, a subnet, or the word “default”.
Instance Attribute Details
#community ⇒ String
The community name that can be used to access the system.
1846 1847 1848 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846 def community @community end |
#ipv6 ⇒ Object
The flag indicating whether to use IPv6 versions of SNMP directives (rocommunity6, rwcommunity6)
1846 1847 1848 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846 def ipv6 @ipv6 end |
#oid ⇒ String
The object identifier token that restricts access for that community to everything below the given oid.
1846 1847 1848 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846 def oid @oid end |
#source ⇒ String
This can be a hostname, a subnet, or the word “default”.
1846 1847 1848 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1846 def source @source end |