Package com.morpheusdata.response
Class BuildResizeInterfaceChangelistResponse
java.lang.Object
com.morpheusdata.response.BuildResizeInterfaceChangelistResponse
Response object for building a resize interface changelist.
- Since:
- 1.3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of interface maps to be added.protected List<ComputeServerInterface>List of interfaces to be removed.protected List<UpdateModel<ComputeServerInterface>>List of interfaces to be updated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAddList(List<Map<String, Object>> addList) voidsetRemoveList(List<ComputeServerInterface> removeList) voidsetUpdateList(List<UpdateModel<ComputeServerInterface>> updateList)
-
Field Details
-
addList
List of interface maps to be added. -
updateList
List of interfaces to be updated. -
removeList
List of interfaces to be removed.
-
-
Constructor Details
-
BuildResizeInterfaceChangelistResponse
public BuildResizeInterfaceChangelistResponse()
-
-
Method Details
-
getAddList
-
setAddList
-
getUpdateList
-
setUpdateList
-
getRemoveList
-
setRemoveList
-