Reference for RimuHosting's Data Structures (as used in our REST-ful APIs)

Name: DataLocationInfo

Information about a data center location.

XML Example:
<DataLocationInfo>
  <data_center_location_code>xsd:string</data_center_location_code>
  <data_center_location_country_2ltr>xsd:string</data_center_location_country_2ltr>
  <data_center_location_name>xsd:string</data_center_location_name>
</DataLocationInfo>
JSON Example:
{"DataLocationInfo":
 {
   "data_center_location_code": String,
   "data_center_location_country_2ltr": String,
   "data_center_location_name": String,
 }
}

Elements
NameTypeRequiredNillableDefault ValueDescription
data_center_location_codexsd:stringfalsefalseA code, used, for example, when instantiating a new VPS.
data_center_location_country_2ltrxsd:stringfalsefalseThe data center location name.  Typically a city.
data_center_location_namexsd:stringfalsefalseThe data center location name.  Typically a city.