Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateApplyRollbackJobOperationDetails

Job details that are specific to an apply rollback job. For more information about apply rollback jobs, see Creating an Apply Rollback Job.

Properties

Optional executionPlanRollbackJobId

executionPlanRollbackJobId: undefined | string

The OCID of a plan rollback job, for use when specifying {@code "FROM_PLAN_ROLLBACK_JOB_ID"} as the {@code executionPlanRollbackStrategy}.

executionPlanRollbackStrategy

executionPlanRollbackStrategy: string

Specifies the source of the execution plan for rollback to apply. Use {@code AUTO_APPROVED} to run the job without an execution plan for rollback job.

Optional isProviderUpgradeRequired

isProviderUpgradeRequired: undefined | false | true

Specifies whether or not to upgrade provider versions. Within the version constraints of your Terraform configuration, use the latest versions available from the source of Terraform providers. For more information about this option, see Dependency Lock File (terraform.io).

Const operation

operation: string = "APPLY_ROLLBACK"

Optional targetRollbackJobId

targetRollbackJobId: undefined | string

The OCID of a successful apply job, for use when specifying {@code "AUTO_APPROVED"} as the {@code executionPlanRollbackStrategy}.

Optional terraformAdvancedOptions

terraformAdvancedOptions: model.TerraformAdvancedOptions

Methods

getDeserializedJsonObj

getJsonObj