Package com.morpheusdata.core.providers
Interface ProvisionProvider.IacResourceFacet
- Enclosing interface:
- ProvisionProvider
public static interface ProvisionProvider.IacResourceFacet
Provides methods for supporting Infrastructure as Code provisioning
- Since:
- 0.15.10
-
Method Summary
Modifier and TypeMethodDescriptionfinalizeResourceWorkload
(Workload workload, AccountResource resource) Called at the end of the provsioning process to ensure that the workload is properly provisioned and provides an opportunity to perform some final actions during the provisioning process.
-
Method Details
-
finalizeResourceWorkload
Called at the end of the provsioning process to ensure that the workload is properly provisioned and provides an opportunity to perform some final actions during the provisioning process.- Parameters:
workload
- The MorpheusWorkload
to update and verify success provisioningresource
- The MorpheusAccountResource
for reference- Returns:
- A
ServiceResponse
indicating success or failure - Since:
- 0.15.10
-