Uses of Interface
com.morpheusdata.model.projection.AccountIdentity
Packages that use AccountIdentity
Package
Description
-
Uses of AccountIdentity in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup with parameters of type AccountIdentityModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.io.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusBackupService.saveBackupResults(AccountIdentity account, String workingPath, Long backupId) Compresses the backup working directory into a zip archive and saves it to the configured backup storage provider.io.reactivex.rxjava3.core.Single<ServiceResponse<VirtualImage>>MorpheusBackupService.transferBackupToVirtualImage(AccountIdentity account, BackupResult backupResult, Map opts, VirtualImage sourceImage) Transfers a backup archive from backup storage into a newVirtualImage, enabling restore-to-new-instance workflows. -
Uses of AccountIdentity in com.morpheusdata.core.data
Fields in com.morpheusdata.core.data declared as AccountIdentityModifier and TypeFieldDescriptionDataQuery.accountSpecifies the Account object scope for the query.Constructors in com.morpheusdata.core.data with parameters of type AccountIdentityModifierConstructorDescriptionDataQuery(AccountIdentity account) Creates an initial DataQuery scoped to an Account.DataQuery(AccountIdentity account, Map<String, Object> parameters) -
Uses of AccountIdentity in com.morpheusdata.core.synchronous.backup
Methods in com.morpheusdata.core.synchronous.backup with parameters of type AccountIdentityModifier and TypeMethodDescriptionMorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.MorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject.MorpheusSynchronousBackupService.saveBackupResults(AccountIdentity account, String workingPath, Long backupId) Compresses the backup working directory into a zip archive and saves it to the configured backup storage provider.MorpheusSynchronousBackupService.transferBackupToVirtualImage(AccountIdentity account, BackupResult backupResult, Map opts, VirtualImage sourceImage) Transfers a backup archive from backup storage into a newVirtualImage, enabling restore-to-new-instance workflows. -
Uses of AccountIdentity in com.morpheusdata.model
Classes in com.morpheusdata.model that implement AccountIdentity -
Uses of AccountIdentity in com.morpheusdata.model.projection
Methods in com.morpheusdata.model.projection that return AccountIdentity