Uses of Class
com.morpheusdata.model.DriftState
Packages that use DriftState
-
Uses of DriftState in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type DriftStateModifier and TypeMethodDescriptionNetworkProvider.NetworkConfigurationDriftCheckFacet.getConfigurationDriftDetails(NetworkServer networkServer, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.default ServiceResponse<DriftState>PluginProvider.ConfigurationDriftCheckFacet.getConfigurationDriftDetails(T target, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.ProvisionProvider.ComputeConfigurationDriftCheckFacet.getConfigurationDriftDetails(DriftState driftState, ComputeServer... computeServer) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.StorageProvider.StorageConfigurationDriftCheckFacet.getConfigurationDriftDetails(StorageServer storageServer, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.NetworkProvider.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.Methods in com.morpheusdata.core.providers with parameters of type DriftStateModifier and TypeMethodDescriptionNetworkProvider.NetworkConfigurationDriftCheckFacet.getConfigurationDriftDetails(NetworkServer networkServer, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.default ServiceResponse<DriftState>PluginProvider.ConfigurationDriftCheckFacet.getConfigurationDriftDetails(T target, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.ProvisionProvider.ComputeConfigurationDriftCheckFacet.getConfigurationDriftDetails(DriftState driftState, ComputeServer... computeServer) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.StorageProvider.StorageConfigurationDriftCheckFacet.getConfigurationDriftDetails(StorageServer storageServer, DriftState driftState) Retrieve details about the configuration that is required by a System plugin to crosscheck data against a whole system.