| ||
detail: element | attribute | value |
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, } } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
data_center_location_code | xsd:string | false | false | A code, used, for example, when instantiating a new VPS. | |
data_center_location_country_2ltr | xsd:string | false | false | The data center location name. Typically a city. | |
data_center_location_name | xsd:string | false | false | The data center location name. Typically a city. |
| ||
detail: element | attribute | value |