Name: GenericCloneInfo

Generic specific information if the clone operation involves generic VMs

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.vm.GenericCloneInfo",
   "cloneSpec": <String>,
   "cloneVmName": <String>,
   "destObjectManagerUuid": <String>,
   "fileShare": <String>,
   "sourceVMstoreTintriUuid": <String>,
   "version": <Number>,
}

Attributes
NameTypeDescription
cloneSpecxsd:stringName for the new VM resource.
cloneVmNamexsd:stringClone Spec for the external integration. Used to store state that the external integration may need to complete this clone at a later time.
destObjectManagerUuidxsd:stringTgcOnly destObjectManager is the ID of the object manager that will register the newly cloned object.
fileSharexsd:stringFileshare name for the destination of clone.
sourceVMstoreTintriUuidxsd:stringTgcOnly sourceVMstoreTintriUuid is the ID of the VMstore where the snapshot or live object to be cloned is located. This is only required as input for a TGC API.
versionxsd:intDatabase version. The version of the database.