PlanRollbackJobOperationDetails

class oci.resource_manager.models.PlanRollbackJobOperationDetails(**kwargs)

Bases: oci.resource_manager.models.job_operation_details.JobOperationDetails

Job details that are specific to a plan rollback job. For more information about plan rollback jobs, see Creating a Plan Rollback Job.

Methods

__init__(**kwargs) Initializes a new PlanRollbackJobOperationDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

Attributes

operation [Required] Gets the operation of this JobOperationDetails.
target_rollback_job_id [Required] Gets the target_rollback_job_id of this PlanRollbackJobOperationDetails.
terraform_advanced_options Gets the terraform_advanced_options of this PlanRollbackJobOperationDetails.
__init__(**kwargs)

Initializes a new PlanRollbackJobOperationDetails object with values from keyword arguments. The default value of the operation attribute of this class is PLAN_ROLLBACK and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • operation (str) – The value to assign to the operation property of this PlanRollbackJobOperationDetails.
  • terraform_advanced_options (oci.resource_manager.models.TerraformAdvancedOptions) – The value to assign to the terraform_advanced_options property of this PlanRollbackJobOperationDetails.
  • target_rollback_job_id (str) – The value to assign to the target_rollback_job_id property of this PlanRollbackJobOperationDetails.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

operation

[Required] Gets the operation of this JobOperationDetails. Terraform-specific operation to execute.

Returns:The operation of this JobOperationDetails.
Return type:str
target_rollback_job_id

[Required] Gets the target_rollback_job_id of this PlanRollbackJobOperationDetails. The OCID of a successful apply job to use for the plan rollback job.

Returns:The target_rollback_job_id of this PlanRollbackJobOperationDetails.
Return type:str
terraform_advanced_options

Gets the terraform_advanced_options of this PlanRollbackJobOperationDetails.

Returns:The terraform_advanced_options of this PlanRollbackJobOperationDetails.
Return type:oci.resource_manager.models.TerraformAdvancedOptions