Class: IControl::Management::ViewInfo
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::ViewInfo
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
a struct that describes a view
Instance Attribute Summary (collapse)
-
- (StringSequence) option_seq
a sequence of options for the view.
-
- (String) view_name
The name of the view.
-
- (Numeric) view_order
The order of the view within the named.conf file 0 = first in zone 0xffffffff on a change means to move the view to last any other number will move the view to that position, and bump up any view(s) 1 if necessary.
-
- (StringSequence) zone_names
a sequence of zones in this view.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (StringSequence) option_seq
a sequence of options for the view
368 369 370 |
# File 'lib/icontrol/management.rb', line 368 def option_seq @option_seq end |
- (String) view_name
The name of the view
368 369 370 |
# File 'lib/icontrol/management.rb', line 368 def view_name @view_name end |
- (Numeric) view_order
The order of the view within the named.conf file 0 = first in zone 0xffffffff on a change means to move the view to last any other number will move the view to that position, and bump up any view(s) 1 if necessary
368 369 370 |
# File 'lib/icontrol/management.rb', line 368 def view_order @view_order end |
- (StringSequence) zone_names
a sequence of zones in this view
368 369 370 |
# File 'lib/icontrol/management.rb', line 368 def zone_names @zone_names end |