Class: IControl::Management::ViewZone

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management.rb,
lib/icontrol/management.rb

Overview

A struct that describes a view/zone

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) view_name

The view name.

Returns:

  • (String)

    the current value of view_name



379
380
381
# File 'lib/icontrol/management.rb', line 379

def view_name
  @view_name
end

- (String) zone_name

The zone name.

Returns:

  • (String)

    the current value of zone_name



379
380
381
# File 'lib/icontrol/management.rb', line 379

def zone_name
  @zone_name
end