Uses of Class
com.oracle.bmc.fleetappsmanagement.model.JobExecutionDetails
-
Packages that use JobExecutionDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of JobExecutionDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return JobExecutionDetails Modifier and Type Method Description JobExecutionDetails
JobExecutionDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type JobExecutionDetails Modifier and Type Method Description List<JobExecutionDetails>
Provision. getTfOutputs()
Outputs from the Terraform Apply jobMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type JobExecutionDetails Modifier and Type Method Description JobExecutionDetails.Builder
JobExecutionDetails.Builder. copy(JobExecutionDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type JobExecutionDetails Modifier and Type Method Description Provision.Builder
Provision.Builder. tfOutputs(List<JobExecutionDetails> tfOutputs)
Outputs from the Terraform Apply jobConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type JobExecutionDetails Constructor Description Provision(String id, String displayName, String provisionDescription, String tfVariableTenancyId, String tfVariableRegionId, String tfVariableCurrentUserId, String tfVariableCompartmentId, String compartmentId, Date timeCreated, Date timeUpdated, Provision.LifecycleState lifecycleState, String lifecycleDetails, String packageCatalogItemId, String configCatalogItemId, String packageCatalogItemDisplayName, String packageCatalogItemListingId, String packageCatalogItemListingVersion, String configCatalogItemDisplayName, String configCatalogItemListingId, String configCatalogItemListingVersion, String stackId, String fleetId, String rmsApplyJobId, List<JobExecutionDetails> tfOutputs, List<DeployedResourceDetails> deployedResources, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-