Name: HypervisorManagerConfig

Hypervisor manager specific information needed for configuring Tintri storage.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.HypervisorManagerConfig",
   "host": <String>,
   "hypervisorManagerId": <String>,
   "hypervisorManagerPingStatus": <String>,
   "hypervisorType": 'VMWARE' | 'RHEV' | 'HYPERV' | 'UNKNOWN' | 'OPENSTACK' | 'XENSERVER' | 'VMWARE_VVOL',
   "isCurrentlyConfigured": <Boolean>,
   "isDelegated": <Boolean>,
   "isInActiveDirectory": <Boolean>,
   "mountPoint": <String>,
   "password": <String>,
   "region": <String>,
   "username": <String>,
   "xenConfig": XenServerManagerConfig,
}

Elements
NameTypeDescription
xenConfigXenServerManagerConfigConfigurations for XenServer deployment, like name, uuid, isPool and list of host information.

Attributes
NameTypeDescription
hostxsd:stringHost name for the hypervisor manager
hypervisorManagerIdxsd:stringID of the hypervisor manager configuration
hypervisorManagerPingStatusxsd:stringProvides ping status for the hypervisor manager when get hypervisor manager status is called
hypervisorTypeVMWARE | RHEV | HYPERV | UNKNOWN | OPENSTACK | XENSERVER | VMWARE_VVOLType of for the hypervisor manager. eg. VMware, RHEV, HyperV etc
VMWAREVMware hypervisor
RHEVRed Hat hypervisor
HYPERVMicrosoft hypervisor
UNKNOWNUnknown hypervisor
OPENSTACKOpenStack platform
XENSERVERCitrix hypervisor
VMWARE_VVOLVMware virtual volume
isCurrentlyConfiguredxsd:boolean'True' indicates the Hyper-V hypervisor manager is currently registered with this Datastore. 'False' indicates the Hyper-V hypervisor manager not currently registered with the Datastore, with the implication that VMs on this host are not visible.
isDelegatedxsd:boolean'True' indicates the Hyper-V hypervisor manager can delegate certain operations to this Datastore. 'False' indicates the Hyper-V hypervisor manager cannot delegate operations to this Datastore, with the implication that some VM operations, such as VM migration, to this host may be degraded.
isInActiveDirectoryxsd:boolean'True' indicates the Hyper-V hypervisor manager can be discovered from Active Directory. 'False' indicates the Hyper-V hypervisor manager cannot be discovered from Active Directory, with the implication that VM operation to this host may be degraded.
mountPointxsd:stringVMstore submount for OpenStack, foldername after /tintri/ This could be a list of mountPoints ( comma separated ) relative to /tintri/ eg. /tintri/\
passwordxsd:stringPassword for the hypervisor manager
regionxsd:stringRegion for OpenStack deployment
usernamexsd:stringUsername for the hypervisor manager.