| ||
| detail: element | attribute | value | ||
XML Example:<DistroInfo> <distro_code>xsd:string</distro_code> <distro_description>xsd:string</distro_description> </DistroInfo> | JSON Example:{"DistroInfo":
{
"distro_code": String,
"distro_description": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| distro_code | xsd:string | false | false | The code, used, for example, when instantiating a new VPS. | |
| distro_description | xsd:string | false | false | The distro description/name. |
| ||
| detail: element | attribute | value | ||