Package com.morpheusdata.response
Class PrepareCloneInstanceResponse
java.lang.Object
com.morpheusdata.response.PrepareCloneInstanceResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe external id of the VM that will be clonedprotected VirtualImageThe image that will be used to clone the instanceprotected InstanceA map of snapshot external ids for each workload associated with the instance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()voidsetCloneVmExternalId(String cloneVmExternalId) voidsetImage(VirtualImage image) voidsetInstance(Instance instance) voidsetSnapshotToWorkloadMap(Map<Workload, String> snapshotToWorkloadMap)
-
Field Details
-
instance
-
image
The image that will be used to clone the instance -
cloneVmExternalId
The external id of the VM that will be cloned -
snapshotToWorkloadMap
A map of snapshot external ids for each workload associated with the instance
-
-
Constructor Details
-
PrepareCloneInstanceResponse
public PrepareCloneInstanceResponse()
-
-
Method Details
-
getInstance
-
setInstance
-
getImage
-
setImage
-
getCloneVmExternalId
-
setCloneVmExternalId
-
getSnapshotToWorkloadMap
-
setSnapshotToWorkloadMap
-