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",
   "configurationFilepath": <String>,
   "folderPath": <String>,
   "hasBaseExtents": <Boolean>,
   "hasSnapshots": <Boolean>,
   "host": <String>,
   "hypervisorManagerDisplayName": <String>,
   "hypervisorPath": <String>,
   "hypervisorType": 'VMWARE' | 'RHEV' | 'HYPERV' | 'UNKNOWN' | 'OPENSTACK' | 'XENSERVER' | 'VMWARE_VVOL',
   "instanceUuids": <String>,
   "ip": <String>,
   "isPowered": <Boolean>,
   "isTemplate": <Boolean>,
   "lastUpdateFromHypervisor": DateTime,
   "mor": <String>,
   "name": <String>,
   "storageContainerIds": <String>,
   "storageContainers": <String>,
   "subdir": <String>,
   "supportedSnapshotConsistencyTypes": 'CRASH_CONSISTENT' | 'VM_CONSISTENT',
   "vcenterName": <String>,
   "virtualDiskExtentPath": <String>,
}

Attributes
NameTypeDescription
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 snapshot. 'False' indicates that the VM has no 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.
hypervisorTypeVMWARE | RHEV | HYPERV | UNKNOWN | OPENSTACK | XENSERVER | VMWARE_VVOLThe type of hypervisor
VMWAREVMware hypervisor
RHEVRed Hat hypervisor
HYPERVMicrosoft hypervisor
UNKNOWNUnknown hypervisor
OPENSTACKOpenStack platform
XENSERVERCitrix hypervisor
VMWARE_VVOLVMware virtual volume
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.
lastUpdateFromHypervisorDateTimeThe timestamp when the VM was last updated from the Hypervisor
morxsd:stringThe hypervisor assigned ID of the VM.
namexsd:stringThe display name of the VM.
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.
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
virtualDiskExtentPathxsd:stringThe VMDK file path