Name: HyperVCloneInfo

Hyper-V specific information if the clone operation involves Hyperv VMs

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.HyperVCloneInfo",
   "cloneVmName": <String>,
   "fileShare": <String>,
   "hyperVName": <String>,
}

Attributes
NameTypeDescription
cloneVmNamexsd:stringName for the new VM resource.
fileSharexsd:stringFileshare name for the destination of clone.
hyperVNamexsd:stringHostname for the Hyper-V manager, where the newly cloned VM to be created.