Show / Hide Table of Contents

Class PlanRollbackJobOperationDetails

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

Inheritance
object
JobOperationDetails
PlanRollbackJobOperationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class PlanRollbackJobOperationDetails : JobOperationDetails

Properties

TargetRollbackJobId

Declaration
[Required(ErrorMessage = "TargetRollbackJobId is required.")]
[JsonProperty(PropertyName = "targetRollbackJobId")]
public string TargetRollbackJobId { get; set; }
Property Value
Type Description
string

The OCID of a successful apply job to use for the plan rollback job.

Remarks

Required

TerraformAdvancedOptions

Declaration
[JsonProperty(PropertyName = "terraformAdvancedOptions")]
public TerraformAdvancedOptions TerraformAdvancedOptions { get; set; }
Property Value
Type Description
TerraformAdvancedOptions
In this article
Back to top