Name: ManagedDirectory

It represents a directory of a database or the top directory for a group of databases.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.file.ManagedDirectory",
   "hypervisorType": 'VMWARE' | 'RHEV' | 'HYPERV' | 'UNKNOWN' | 'OPENSTACK' | 'XENSERVER' | 'VMWARE_VVOL' | 'GENERIC' | 'OTHERFILE' | 'K8S',
   "name": <String>,
   "path": FilePath,
}

Elements
NameTypeDescription
pathFilePathReturns the path.

Attributes
NameTypeDescription
hypervisorTypeVMWARE | RHEV | HYPERV | UNKNOWN | OPENSTACK | XENSERVER | VMWARE_VVOL | GENERIC | OTHERFILE | K8SReturns the hypervisor type.
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
namexsd:stringReturns name of the object.