Class: IControl::Management::SNMPConfiguration::ViewInformation

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 named view.

Instance Attribute Summary collapse

Instance Attribute Details

#masksString

A list of hex octets, separated by ‘.’ or ‘:’. Use “ff” for a default.

Returns:

  • (String)

    the current value of masks



1833
1834
1835
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833

def masks
  @masks
end

#subtreeString

The mib subtree to apply to this view.

Returns:

  • (String)

    the current value of subtree



1833
1834
1835
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833

def subtree
  @subtree
end

#typeIControl::Management::SNMPConfiguration::ViewType

The view type to use for this view (included or excluded).

Returns:



1833
1834
1835
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833

def type
  @type
end

#view_nameString

The name of the view.

Returns:

  • (String)

    the current value of view_name



1833
1834
1835
# File 'lib/icontrol/management/snmp_configuration.rb', line 1833

def view_name
  @view_name
end