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

Instance Attribute Details

#db_typeIControl::GlobalLB::RegionDBType

The region’s database type.

Returns:



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

def db_type
  @db_type
end

#nameString

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