Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution) |
static Job.Builder |
Job.builder()
Create a new builder.
|
Job.Builder |
Job.Builder.cancellationDetails(CancellationDetails cancellationDetails) |
Job.Builder |
Job.Builder.compartmentId(String compartmentId)
The OCID
of the compartment in which the job’s associated stack resides.
|
Job.Builder |
Job.Builder.configSource(ConfigSourceRecord configSource) |
Job.Builder |
Job.Builder.copy(Job model) |
Job.Builder |
Job.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Job.Builder |
Job.Builder.displayName(String displayName)
The job’s display name.
|
Job.Builder |
Job.Builder.failureDetails(FailureDetails failureDetails) |
Job.Builder |
Job.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags associated with this resource.
|
Job.Builder |
Job.Builder.id(String id)
The OCID
of the job.
|
Job.Builder |
Job.Builder.isProviderUpgradeRequired(Boolean isProviderUpgradeRequired)
Specifies whether or not to upgrade provider versions.
|
Job.Builder |
Job.Builder.isThirdPartyProviderExperienceEnabled(Boolean isThirdPartyProviderExperienceEnabled)
When
true , the stack sources third-party Terraform providers from Terraform
Registry and allows customTerraformProvider . |
Job.Builder |
Job.Builder.jobOperationDetails(JobOperationDetails jobOperationDetails) |
Job.Builder |
Job.Builder.lifecycleState(Job.LifecycleState lifecycleState)
Current state of the specified job.
|
Job.Builder |
Job.Builder.operation(Job.Operation operation)
The type of job executing.
|
Job.Builder |
Job.Builder.resolvedPlanJobId(String resolvedPlanJobId)
Deprecated.
|
Job.Builder |
Job.Builder.stackId(String stackId)
The OCID
of the stack that is associated with the job.
|
Job.Builder |
Job.Builder.timeCreated(Date timeCreated)
The date and time when the job was created.
|
Job.Builder |
Job.Builder.timeFinished(Date timeFinished)
The date and time when the job stopped running, irrespective of whether the job ran
successfully.
|
Job.Builder |
Job.toBuilder() |
Job.Builder |
Job.Builder.variables(Map<String,String> variables)
Terraform variables associated with this resource.
|
Job.Builder |
Job.Builder.workingDirectory(String workingDirectory)
File path to the directory to use for running Terraform.
|
Copyright © 2016–2024. All rights reserved.