Name: XenServerManagerConfig

XenServer manager configuration information, including name, UUID, pool, list of individual host information, etc.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.xenserver.XenServerManagerConfig",
   "isPool": <Boolean>,
   "name": <String>,
   "uuid": <String>,
   "hosts": [XenServerHost],
}

Elements
NameTypeDescription
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'.

Attributes
NameTypeDescription
isPoolxsd:boolean'True' indicates this is XenServer pool. 'False' indicates this is a stand alone XenServer.
namexsd:stringXenServer pool name label if isPool is 'True'. Stand alone XenServer host name label if isPool is 'False'.
uuidxsd:stringUUID for XenServer pool if isPool is 'True'. UUID for stand alone XenServer if isPool is 'False'.