Package com.morpheusdata.core.providers
Interface GuidanceRecommendationProvider.ExecutableFacet
- Enclosing interface:
- GuidanceRecommendationProvider
public static interface GuidanceRecommendationProvider.ExecutableFacet
Allows the workload to be executed
- Since:
- 1.1.6
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(AccountDiscovery discovery) Performs an action based on the data in the discovery object.
-
Method Details
-
execute
Performs an action based on the data in the discovery object.- Parameters:
discovery
- details of the recommendation used for performing an action
-