Uses of Class
com.morpheusdata.model.projection.SnapshotIdentityProjection
Packages that use SnapshotIdentityProjection
-
Uses of SnapshotIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type SnapshotIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<SnapshotIdentityProjection>MorpheusSnapshotService.listIdentityProjections(Long cloudId, String regionCode) Get a list of Snapshot projections based on Cloud idio.reactivex.rxjava3.core.Observable<SnapshotIdentityProjection>MorpheusSnapshotService.listSyncProjections(Long cloudId) Deprecated.Methods in com.morpheusdata.core with parameters of type SnapshotIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSnapshotService.addSnapshot(SnapshotIdentityProjection snapshot, ComputeServer server) Add the existing Snapshot to the ComputeServerio.reactivex.rxjava3.core.Single<Boolean>MorpheusSnapshotService.addSnapshot(SnapshotIdentityProjection snapshot, StorageVolume volume) Add the existing Snapshot to the StorageVolumeMethod parameters in com.morpheusdata.core with type arguments of type SnapshotIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSnapshotService.remove(List<SnapshotIdentityProjection> snapshots) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusSnapshotService.removeSnapshots(List<SnapshotIdentityProjection> snapshots) Deprecated. -
Uses of SnapshotIdentityProjection in com.morpheusdata.model
Subclasses of SnapshotIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresents snapshots available on ComputeServers, StorageVolumes, etcFields in com.morpheusdata.model with type parameters of type SnapshotIdentityProjectionModifier and TypeFieldDescriptionprotected List<SnapshotIdentityProjection>ComputeServer.snapshotsprotected List<SnapshotIdentityProjection>Instance.snapshotsprotected List<SnapshotIdentityProjection>StorageVolume.snapshotsMethods in com.morpheusdata.model that return types with arguments of type SnapshotIdentityProjectionModifier and TypeMethodDescriptionComputeServer.getSnapshots()Instance.getSnapshots()StorageVolume.getSnapshots()Method parameters in com.morpheusdata.model with type arguments of type SnapshotIdentityProjectionModifier and TypeMethodDescriptionvoidComputeServer.setSnapshots(List<SnapshotIdentityProjection> snapshots) NOTE: To modify the list of snapshots associated with this ComputeServer, utilize MorpheusSnapshotServicevoidInstance.setSnapshots(List<SnapshotIdentityProjection> snapshots) voidStorageVolume.setSnapshots(List<SnapshotIdentityProjection> snapshots) NOTE: To modify the list of snapshots associated with this StorageVolume, utilize MorpheusSnapshotService
MorpheusSnapshotService.listIdentityProjections(Long, String)}