Name: HypervisorDatastore

Contains hypervisor datastore information like host name, IP address, and preferred cloning destination.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.HypervisorDatastore",
   "displayName": <String>,
   "hostname": <String>,
   "hypervisorType": 'VMWARE' | 'RHEV' | 'HYPERV' | 'UNKNOWN' | 'OPENSTACK' | 'XENSERVER' | 'VMWARE_VVOL',
   "id": <String>,
   "ipAddress": <String>,
   "isPreferred": <Boolean>,
   "mountDirectories": [<String>],
}

Elements
NameTypeDescription
mountDirectoriesxsd:list[xsd:string]Returns a list of mount directories of a datastore.

Attributes
NameTypeDescription
displayNamexsd:stringConvenient display name to show in a UI.
hostnamexsd:stringHost name that the datastore is on; for example, the vCenter host name.
hypervisorTypeVMWARE | RHEV | HYPERV | UNKNOWN | OPENSTACK | XENSERVER | VMWARE_VVOLType of hypervisor.
VMWAREVMware hypervisor
RHEVRed Hat hypervisor
HYPERVMicrosoft hypervisor
UNKNOWNUnknown hypervisor
OPENSTACKOpenStack platform
XENSERVERCitrix hypervisor
VMWARE_VVOLVMware virtual volume
idxsd:stringHypervisor UUID of the datastore.
ipAddressxsd:stringIP address of the datastore in IPv4 format.
isPreferredxsd:booleanSet to 'true' if this hypervisor datastore is the preferred destination for cloning, otherwise set to 'false'.