Class: IControl::GlobalLB::Region::RegionItem

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

Overview

A struct that describes a region item.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) content

The region item's content.

Returns:

  • (String)

    the current value of content



125
126
127
# File 'lib/icontrol/global_lb/region.rb', line 125

def content
  @content
end

- (Object) negate

The state indicating whether the region member to be interpreted as not equal to the region member options selected.

Returns:

  • (Object)

    the current value of negate



125
126
127
# File 'lib/icontrol/global_lb/region.rb', line 125

def negate
  @negate
end

- (IControl::GlobalLB::RegionType) type

The region type.

Returns:



125
126
127
# File 'lib/icontrol/global_lb/region.rb', line 125

def type
  @type
end