Uses of Class
com.morpheusdata.model.Snapshot
Packages that use Snapshot
Package
Description
-
Uses of Snapshot in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SnapshotMethod parameters in com.morpheusdata.core with type arguments of type SnapshotModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>Deprecated.io.reactivex.rxjava3.core.Single<Boolean>Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of Snapshot in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type SnapshotModifier and TypeMethodDescriptionDatastoreTypeProvider.SnapshotFacet.createSnapshot(StorageVolume volume) Creates a snapshot of a volume.DatastoreTypeProvider.SnapshotFacet.SnapshotInstanceFacet.createSnapshot(Instance instance, CreateSnapshotRequest request) Creates volume snapshots of all volumes associated with an instance.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.createSnapshot(ComputeServer server, Boolean forBackup, Boolean forExport) Creates volume snapshots of all volumes associated with a server.DatastoreTypeProvider.SnapshotFacet.listSnapshots(StorageServer storageServer) Called to list all snapshots on an associated storage server (NOT USED YET)DatastoreTypeProvider.SnapshotFacet.SnapshotInstanceFacet.revertSnapshot(Instance instance, Snapshot snapshot) Reverts an instance to a snapshot.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot.Methods in com.morpheusdata.core.providers with parameters of type SnapshotModifier and TypeMethodDescriptionDatastoreTypeProvider.SnapshotFacet.cloneVolume(StorageVolume volume, Snapshot sourceSnapshot) default ServiceResponseProvisionProvider.SnapshotFacet.createLinkedClone(ComputeServer server, Snapshot snapshot) Request to build a linked clone from a given vm and snapshotdefault ServiceResponseProvisionProvider.SnapshotFacet.deleteSnapshot(Snapshot snapshot, Map opts) Request to delete a snapshot for a given compute server It only needs to be deleted from the cloud, Morpheus will handle the cleanup of snapshot database records after a successful responseDatastoreTypeProvider.SnapshotFacet.SnapshotInstanceFacet.removeSnapshot(Instance instance, Snapshot snapshot) Removes a snapshot from an instance.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.removeSnapshot(ComputeServer server, Snapshot snapshot) Removes a snapshot from a server.DatastoreTypeProvider.SnapshotFacet.SnapshotInstanceFacet.revertSnapshot(Instance instance, Snapshot snapshot) Reverts an instance to a snapshot.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot.default ServiceResponseProvisionProvider.SnapshotFacet.revertSnapshot(ComputeServer server, Snapshot snapshot, Map opts) Request to restore a snapshot to a given compute serverdefault ServiceResponseProvisionProvider.SnapshotFacet.revertSnapshot(Instance instance, Snapshot snapshot, Map opts) Request to restore a snapshot to a given instance -
Uses of Snapshot in com.morpheusdata.core.storage
Methods in com.morpheusdata.core.storage that return types with arguments of type SnapshotModifier and TypeMethodDescriptionMorpheusDatastoreTypeService.createSnapshot(ComputeServer server, Boolean forBackup, Boolean forExport) Creates volume snapshots of all volumes associated with a server.MorpheusDatastoreTypeService.createSnapshot(Instance instance, CreateSnapshotRequest req) Creates volume snapshots of all volumes associated with an instance.MorpheusDatastoreTypeService.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot.MorpheusDatastoreTypeService.revertSnapshot(Instance instance, Snapshot snapshot) Reverts an instance to a snapshot.Methods in com.morpheusdata.core.storage with parameters of type SnapshotModifier and TypeMethodDescriptionMorpheusDatastoreTypeService.removeSnapshot(ComputeServer server, Snapshot snapshot) Deletes volume snapshots of all volumes associated with a server.MorpheusDatastoreTypeService.removeSnapshot(Instance instance, Snapshot snapshot) Deletes snapshot associated with an instance.MorpheusDatastoreTypeService.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot.MorpheusDatastoreTypeService.revertSnapshot(Instance instance, Snapshot snapshot) Reverts an instance to a snapshot. -
Uses of Snapshot in com.morpheusdata.model
Fields in com.morpheusdata.model declared as SnapshotModifier and TypeFieldDescriptionprotected SnapshotSnapshot.parentSnapshotprotected SnapshotSnapshotFile.snapshotFields in com.morpheusdata.model with type parameters of type SnapshotMethods in com.morpheusdata.model that return SnapshotMethods in com.morpheusdata.model that return types with arguments of type SnapshotMethods in com.morpheusdata.model with parameters of type SnapshotModifier and TypeMethodDescriptionvoidSnapshot.setParentSnapshot(Snapshot parentSnapshot) voidSnapshotFile.setSnapshot(Snapshot snapshot) Method parameters in com.morpheusdata.model with type arguments of type Snapshot
MorpheusDataService.bulkCreate(java.util.List<M>)instead