Class: IControl::GlobalLB::Region::RegionDefinition

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 definition.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::GlobalLB::RegionDBType) db_type

The region's database type.

Returns:



115
116
117
# File 'lib/icontrol/global_lb/region.rb', line 115

def db_type
  @db_type
end

- (String) name

The region name.

Returns:

  • (String)

    the current value of name



115
116
117
# File 'lib/icontrol/global_lb/region.rb', line 115

def name
  @name
end