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 Type
    Method
    Description
    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

      ServiceResponse finalizeResourceWorkload(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.
      Parameters:
      workload - The Morpheus Workload to update and verify success provisioning
      resource - The Morpheus AccountResource for reference
      Returns:
      A ServiceResponse indicating success or failure
      Since:
      0.15.10