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 against the target switches.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 devices.NetworkProvider.NetworkUpdateFacet.postUpdate(NetworkServer networkServer, UpdateDefinition update) Finalize the update operation status against the target switches.ProvisionProvider.ComputeUpdateFacet.postUpdate(UpdateDefinition update, ComputeServer... computeServer) Post update operations can be performed here.StorageProvider.StorageUpdateFacet.postUpdate(StorageServer storageServer, UpdateDefinition update) Post update operations can be performed here.NetworkProvider.NetworkUpdateFacet.refreshUpdate(NetworkServer networkServer, UpdateOperation updateOperation) Refresh the update operation status against the target switches.ProvisionProvider.ComputeUpdateFacet.refreshUpdate(UpdateOperation updateOperation, ComputeServer... computeServer) Refresh the update status on the target devices.StorageProvider.StorageUpdateFacet.refreshUpdate(StorageServer storageServer, UpdateOperation updateOperation) Refresh the update status on the target devices.NetworkProvider.NetworkUpdateFacet.rollbackUpdate(NetworkServer networkServer, UpdateDefinition update) Rollback the update operation status against the target switches.ProvisionProvider.ComputeUpdateFacet.rollbackUpdate(UpdateDefinition update, ComputeServer... computeServer) Rollback update operations can be performed here.StorageProvider.StorageUpdateFacet.rollbackUpdate(StorageServer storageServer, UpdateDefinition update) Rollback the update on the target devices.NetworkProvider.NetworkUpdateFacet.validateUpdate(NetworkServer networkServer, UpdateDefinition update) Perform a validation of the update against the target switches.ProvisionProvider.ComputeUpdateFacet.validateUpdate(UpdateDefinition update, ComputeServer... computeServer) Perform a validation of the update against the target devices.StorageProvider.StorageUpdateFacet.validateUpdate(StorageServer storageServer, UpdateDefinition update) Perform a validation of the update against the target devices.Methods in com.morpheusdata.core.providers with parameters of type UpdateOperationModifier and TypeMethodDescriptionNetworkProvider.NetworkUpdateFacet.refreshUpdate(NetworkServer networkServer, UpdateOperation updateOperation) Refresh the update operation status against the target switches.default ServiceResponsePluginProvider.UpdateFacet.refreshUpdate(T target, UpdateOperation updateoperation) Refresh the update status on the target devices.ProvisionProvider.ComputeUpdateFacet.refreshUpdate(UpdateOperation updateOperation, ComputeServer... computeServer) Refresh the update status on the target devices.StorageProvider.StorageUpdateFacet.refreshUpdate(StorageServer storageServer, UpdateOperation updateOperation) Refresh the update status on the target devices.