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.
Inherited Members
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 |