Uses of Class
com.morpheusdata.model.UpdateOperation
Packages that use UpdateOperation
-
Uses of UpdateOperation in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type UpdateOperationModifier and TypeMethodDescriptionNetworkProvider.NetworkUpdateFacet.executeUpdate(NetworkServer networkServer, UpdateDefinition update) Execute the update on the target network server.ProvisionProvider.ComputeUpdateFacet.executeUpdate(UpdateDefinition update, ComputeServer... computeServer) Execute the update on the target devices.StorageProvider.StorageUpdateFacet.executeUpdate(StorageServer storageServer, UpdateDefinition update) Execute the update on the target storage server.NetworkProvider.NetworkUpdateFacet.postUpdate(NetworkServer networkServer, UpdateDefinition update) Post-update operations: cleanup, verification, or other finalization steps.ProvisionProvider.ComputeUpdateFacet.postUpdate(UpdateDefinition update, ComputeServer... computeServer) Post-update operations: cleanup, verification, or other finalization steps.StorageProvider.StorageUpdateFacet.postUpdate(StorageServer storageServer, UpdateDefinition update) Post-update operations: cleanup, verification, or other finalization steps.NetworkProvider.NetworkUpdateFacet.refreshUpdate(NetworkServer networkServer, UpdateOperation updateOperation) Poll the status of a long-running update operation.ProvisionProvider.ComputeUpdateFacet.refreshUpdate(UpdateOperation updateOperation, ComputeServer... computeServer) Poll the status of a long-running update operation.StorageProvider.StorageUpdateFacet.refreshUpdate(StorageServer storageServer, UpdateOperation updateOperation) Poll the status of a long-running update operation.NetworkProvider.NetworkUpdateFacet.rollbackUpdate(NetworkServer networkServer, UpdateDefinition update) Roll back the update on the target network server.ProvisionProvider.ComputeUpdateFacet.rollbackUpdate(UpdateDefinition update, ComputeServer... computeServer) Roll back the update on the target devices.StorageProvider.StorageUpdateFacet.rollbackUpdate(StorageServer storageServer, UpdateDefinition update) Roll back the update on the target storage server.NetworkProvider.NetworkUpdateFacet.validateUpdate(NetworkServer networkServer, UpdateDefinition update) Perform a validation of the update against the target network server.ProvisionProvider.ComputeUpdateFacet.validateUpdate(UpdateDefinition update, ComputeServer... computeServer) Update lifecycle order:validateUpdateâexecuteUpdateâpostUpdate.StorageProvider.StorageUpdateFacet.validateUpdate(StorageServer storageServer, UpdateDefinition update) Perform a validation of the update against the target storage server.Methods in com.morpheusdata.core.providers with parameters of type UpdateOperationModifier and TypeMethodDescriptionNetworkProvider.NetworkUpdateFacet.refreshUpdate(NetworkServer networkServer, UpdateOperation updateOperation) Poll the status of a long-running update operation.default ServiceResponsePluginProvider.UpdateFacet.refreshUpdate(T target, UpdateOperation updateoperation) Refresh the update status on the target devices.ProvisionProvider.ComputeUpdateFacet.refreshUpdate(UpdateOperation updateOperation, ComputeServer... computeServer) Poll the status of a long-running update operation.StorageProvider.StorageUpdateFacet.refreshUpdate(StorageServer storageServer, UpdateOperation updateOperation) Poll the status of a long-running update operation.