SoftLayer Location Region
From SoftLayer Development Network Wiki
Contents |
Overview
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.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
description
a short description of a region's name. This description is seen on the order forms.
- Type: string
- Length: 100 characters
keyname
A unique key name for a region. Provided for easy debugging. This is to be sent in with an order.
- Type: string
- Length: 30 characters
Relational Properties
location
Each region can have many datacenter 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.
location can be queried by object mask.
location must be a unique value.

