Name: RhevCloneInfo

RHEV specific information if the clone operation involves RHEV VMs

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.RhevCloneInfo",
   "cloneVmName": <String>,
   "clusterId": <String>,
   "rhevmName": <String>,
   "storageDomainName": <String>,
}

Attributes
NameTypeDescription
cloneVmNamexsd:stringName for the new VM resource.
clusterIdxsd:stringId for the hostResource. Represents the destination cluster. Check dependency section about 'How to get this value'
rhevmNamexsd:stringHostname for the RHEV manager, where the newly cloned VM to be created.
storageDomainNamexsd:stringLocal storage domain name for the destination of clone.