Uses of Class
com.morpheusdata.model.CheckLevel
Packages that use CheckLevel
Package
Description
-
Uses of CheckLevel in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type CheckLevelModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusComputeServerService.runConfigurationDriftCheck(CheckLevel checkLevel, ComputeServer... computeServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageServerService.runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusStorageService.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Deprecated.MorpheusSynchronousStorageService.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Deprecated. -
Uses of CheckLevel in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network with parameters of type CheckLevelModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusNetworkServerService.runConfigurationDriftCheck(CheckLevel checkLevel, NetworkServer networkServer) io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusNetworkService.runConfigurationDriftCheck(NetworkServer networkServer, CheckLevel checkLevel) Deprecated. -
Uses of CheckLevel in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type CheckLevelModifier and TypeMethodDescriptionNetworkProvider.NetworkConfigurationDriftCheckFacet.runConfigurationDriftCheck(NetworkServer networkServer, CheckLevel checkLevel) Perform a configuration drift check on the target device.default ServiceResponse<DriftState>PluginProvider.ConfigurationDriftCheckFacet.runConfigurationDriftCheck(T target, CheckLevel level) Perform a configuration drift check on the target device.ProvisionProvider.ComputeConfigurationDriftCheckFacet.runConfigurationDriftCheck(CheckLevel checkLevel, ComputeServer... computeServer) Perform a configuration drift check on the target device.StorageProvider.StorageConfigurationDriftCheckFacet.runConfigurationDriftCheck(StorageServer storageServer, CheckLevel checkLevel) Perform a configuration drift check on the target device. -
Uses of CheckLevel in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type CheckLevelModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousStorageServerService.runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) -
Uses of CheckLevel in com.morpheusdata.core.synchronous.compute
Methods in com.morpheusdata.core.synchronous.compute with parameters of type CheckLevelModifier and TypeMethodDescriptionMorpheusSynchronousComputeServerService.runConfigurationDriftCheck(CheckLevel checkLevel, ComputeServer... computeServer) -
Uses of CheckLevel in com.morpheusdata.core.synchronous.network
Methods in com.morpheusdata.core.synchronous.network with parameters of type CheckLevelModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusSynchronousNetworkServerService.runConfigurationDriftCheck(CheckLevel checkLevel, NetworkServer networkServer) MorpheusSynchronousNetworkService.runConfigurationDriftCheck(NetworkServer networkServer, CheckLevel level) Deprecated.
MorpheusStorageServerService.runConfigurationDriftCheck(CheckLevel, StorageServer)instead