Uses of Class
com.morpheusdata.model.AccountResource
Packages that use AccountResource
Package
Description
-
Uses of AccountResource in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type AccountResourceModifier and TypeMethodDescriptionProvisionProvider.IacResourceFacet.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.IacResourceMappingProvider.resolveContainer(Workload workload, AccountResource resource, Map resourceResult, String iacProvider, String iacProviderType, String iacType) Deprecated.IacResourceMappingProvider.resolveInstance(Instance instance, AccountResource resource, Map resourceResult, String iacProvider, String iacProviderType, String iacType) Handles mapping an IaC resource to a Morpheus Instance.IacResourceMappingProvider.resolveWorkload(Workload workload, AccountResource resource, Map resourceResult, String iacProvider, String iacProviderType, String iacType) Handles mapping an IaC resource to a Morpheus Workload. -
Uses of AccountResource in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type AccountResourceModifier and TypeMethodDescriptionstatic voidInvoiceUtility.configureResourceInvoice(AccountInvoice invoice, Cloud cloud, AccountResource resource) -
Uses of AccountResource in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type AccountResourceMethods in com.morpheusdata.model that return types with arguments of type AccountResourceMethod parameters in com.morpheusdata.model with type arguments of type AccountResourceModifier and TypeMethodDescriptionvoidApp.setResources(Collection<AccountResource> resources) voidInstance.setResources(Collection<AccountResource> resources)
IacResourceMappingProvider.resolveWorkload(Workload workload, AccountResource resource, Map resourceResult, String iacProvider, String iacProviderType, String iacType)instead