Interface CloudInitializationProvider


public interface CloudInitializationProvider
  • Method Details

    • initializeProvider

      ServiceResponse initializeProvider(Cloud cloud)
      Initialize provider for a cloud
      Parameters:
      cloud - Cloud to initialize this provider for
      Returns:
      ServiceResponse
    • deleteProvider

      ServiceResponse deleteProvider(Cloud cloud)
      Cleanup provider when a cloud is deleted
      Parameters:
      cloud - Cloud to cleanup this provider for
      Returns:
      ServiceResponse