Class VappCopyMoveRequest
java.lang.Object
com.iland.core.web.rest.request.vapp.VappCopyMoveRequest
- All Implemented Interfaces:
Serializable
Vapp Copy Move Request.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappCopyMoveRequest(String name, String description, List<VappChildVmCopyMoveRequest> childrenVms, String vdcUuid) -
Method Summary
Modifier and TypeMethodDescriptionGet the list of child VM specs.Get vApp description.getName()Get vApp name.Get the vdc uuid.
-
Constructor Details
-
VappCopyMoveRequest
public VappCopyMoveRequest() -
VappCopyMoveRequest
public VappCopyMoveRequest(String name, String description, List<VappChildVmCopyMoveRequest> childrenVms, String vdcUuid)
-
-
Method Details
-
getName
Get vApp name.- Returns:
Stringname
-
getDescription
Get vApp description.- Returns:
Stringvapp description
-
getChildrenVms
Get the list of child VM specs.- Returns:
ListofVappChildVmCopyMoveRequestinstances
-
getVdcUuid
Get the vdc uuid.- Returns:
Stringvdc uuid
-