Name: VirtualMachineVmwareInfo

Information on the Hypervisor that owns the virtual machine instance.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.VirtualMachineVmwareInfo",
   "biosUuid": <String>,
   "configurationFilepath": <String>,
   "folderPath": <String>,
   "hasBaseExtents": <Boolean>,
   "hasSnapshots": <Boolean>,
   "host": <String>,
   "hypervisorManagerDisplayName": <String>,
   "hypervisorPath": <String>,
   "hypervisorType": 'VMWARE' | 'RHEV' | 'HYPERV' | 'UNKNOWN' | 'OPENSTACK' | 'XENSERVER' | 'VMWARE_VVOL' | 'GENERIC' | 'OTHERFILE' | 'K8S',
   "instanceUuids": <String>,
   "ip": <String>,
   "isPowered": <Boolean>,
   "isTemplate": <Boolean>,
   "lastUpdatedTime": DateTime,
   "lastUpdateFromHypervisor": DateTime,
   "memoryProvisionedMB": <Number>,
   "mor": <String>,
   "name": <String>,
   "numberCpu": <Number>,
   "objectManagerType": <String>,
   "storageContainerIds": <String>,
   "storageContainers": <String>,
   "subdir": <String>,
   "supportedSnapshotConsistencyTypes": 'CRASH_CONSISTENT' | 'VM_CONSISTENT',
   "vcenterName": <String>,
   "version": <Number>,
   "virtualDiskExtentPath": <String>,
}

Attributes
NameTypeDescription
biosUuidxsd:stringBIOS UUID as reported by the hypervisor
configurationFilepathxsd:stringThe VM configuration file path.
folderPathxsd:stringThe hypervisor topology path
hasBaseExtentsxsd:boolean'True' if VM has file that tagged as baseExtents
hasSnapshotsxsd:boolean'True' indicates if the VM has at lease one hypervisor snapshot. 'False' indicates that the VM has no hypervisor snapshots.
hostxsd:stringThe hypervisor host.
hypervisorManagerDisplayNamexsd:stringThe hypervisor manager display name.
hypervisorPathxsd:stringThe pre-formatted string value about the folderPath as "hypervisorName > folderPath". This is for UI display purpose and used by TGC.
hypervisorTypeVMWARE | RHEV | HYPERV | UNKNOWN | OPENSTACK | XENSERVER | VMWARE_VVOL | GENERIC | OTHERFILE | K8SThe type of hypervisor
VMWAREVMware hypervisor
RHEVRed Hat hypervisor
HYPERVMicrosoft hypervisor
UNKNOWNUnknown hypervisor
OPENSTACKOpenStack platform
XENSERVERCitrix hypervisor
VMWARE_VVOLDeprecated. VMware virtual volume. It will be removed in future versions.
GENERICMSSQL Server
OTHERFILEOtherFile not belong to VM
K8SKubernetes
instanceUuidsxsd:list[xsd:string]The list of UUIDs assigned to the VM by the owning Hypervisor.
ipxsd:stringThe VM's IP address.
isPoweredxsd:boolean'True' indicates that the VM is powered on. 'False' indicates the VM is powered off.
isTemplatexsd:boolean'True' indicates that the VM is a designated template from which VM's should be cloned from. 'False' indicates the VM is not a template though it can also be cloned.
lastUpdatedTimeDateTimeTime stamp when the object is last updated.
lastUpdateFromHypervisorDateTimeThe timestamp when the VM was last updated from the Hypervisor
memoryProvisionedMBxsd:intTotal memory in MB that has been provisioned for the VM.
morxsd:stringThe hypervisor assigned ID of the VM.
namexsd:stringThe display name of the VM.
numberCpuxsd:intNumber of virtual CPUs that have been assigned to the VM.
objectManagerTypexsd:stringDeprecated. Type of manager that manages the GENERIC object.
storageContainerIdsxsd:list[xsd:string]List of storage containers' IDs assigned by hypervisor manager.
storageContainersxsd:list[xsd:string]The list of storage containers owned by the Hypervisor.
subdirxsd:stringThe sub directory of this Hypervisor in which the VM lies. If the VM has disks in multiple sub directories, the sub directory that contains the .vmx file will be picked.
supportedSnapshotConsistencyTypesxsd:list[CRASH_CONSISTENT | VM_CONSISTENT]The supported snapshot consistency types
CRASH_CONSISTENTDisk activity quiesed snapshot
VM_CONSISTENTVM activity quiesed snapshot
vcenterNamexsd:stringThe hypervisor manager name
versionxsd:intVersion
virtualDiskExtentPathxsd:stringThe VMDK file path