Class: IControl::Management::SNMPConfiguration::ViewInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::ViewInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes a named view.
Instance Attribute Summary collapse
-
#masks ⇒ String
A list of hex octets, separated by ‘.’ or ‘:’.
-
#subtree ⇒ String
The mib subtree to apply to this view.
-
#type ⇒ IControl::Management::SNMPConfiguration::ViewType
The view type to use for this view (included or excluded).
-
#view_name ⇒ String
The name of the view.
Instance Attribute Details
#masks ⇒ String
A list of hex octets, separated by ‘.’ or ‘:’. Use “ff” for a default.
1833 1834 1835 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833 def masks @masks end |
#subtree ⇒ String
The mib subtree to apply to this view.
1833 1834 1835 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833 def subtree @subtree end |
#type ⇒ IControl::Management::SNMPConfiguration::ViewType
The view type to use for this view (included or excluded).
1833 1834 1835 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833 def type @type end |
#view_name ⇒ String
The name of the view.
1833 1834 1835 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833 def view_name @view_name end |