| ||
| detail: element | attribute | value | ||
Data Structure {
"typeId": "com.tintri.api.rest.v310.dto.domain.beans.xenserver.XenServerManagerConfig",
"isPool": <Boolean>,
"name": <String>,
"uuid": <String>,
"hosts": [XenServerHost],
}
|
| Name | Type | Description |
|---|---|---|
| host (wrapped by hosts) | xsd:list[XenServerHost] | List of XenServer host information in the pool if isPool is 'True'. Singleton list of the stand alone XenServer host if isPool is 'False'. |
| Name | Type | Description |
|---|---|---|
| isPool | xsd:boolean | 'True' indicates this is XenServer pool. 'False' indicates this is a stand alone XenServer. |
| name | xsd:string | XenServer pool name label if isPool is 'True'. Stand alone XenServer host name label if isPool is 'False'. |
| uuid | xsd:string | UUID for XenServer pool if isPool is 'True'. UUID for stand alone XenServer if isPool is 'False'. |
| ||
| detail: element | attribute | value | ||