SoftLayer_Location_Region


SoftLayer_Location_Region

Description

A region is made up of a keyname and a description of that region. A region keyname can be used as part of an order. Check the SoftLayer_Product_Order service for more details.

Local


description

A short description of a region’s name. This description is seen on the order forms.
Type: string


keyname

A unique key name for a region. Provided for easy debugging. This is to be sent in with an order.
Type: string


sortOrder

An integer representing the order in which this element is displayed.
Type: int

Relational


location

Each region can have many locations tied to it. However, this is the location we currently provision to for a region. This location is the current valid location for a region. (Deprecated, use ’locations')
Type: SoftLayer_Location_Region_Location


locations

The locations (like datacenters or PoPs) in this region.
Type: SoftLayer_Location_Region_Location[]

Count


locationCount

A count of the locations (like datacenters or PoPs) in this region.
Type: unsignedLong