Class VmCopyMoveRequest
java.lang.Object
com.iland.core.web.rest.request.vm.VmCopyMoveRequest
- All Implemented Interfaces:
Serializable
Vm Copy Move Request.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVmCopyMoveRequest(String vappUuid, String name, String storageProfile, List<VmCopyMoveVmVnicRequest> vnics) -
Method Summary
-
Constructor Details
-
VmCopyMoveRequest
public VmCopyMoveRequest(String vappUuid, String name, String storageProfile, List<VmCopyMoveVmVnicRequest> vnics)
-
-
Method Details
-
getName
Get VM name.- Returns:
Stringname
-
getStorageProfile
Get the VM storage profile.- Returns:
Stringstorage profile uuid
-
getVnics
Get the VM virtual network cards.- Returns:
ListofVmCopyMoveVmVnicRequestinstances
-
getVappUuid
Get the vApp UUID.- Returns:
StringvApp UUID
-