Class ApplyRollbackJobOperationDetailsSummary
Job details that are specific to an apply rollback job. For more information about apply rollback jobs, see Creating an Apply Rollback Job.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ApplyRollbackJobOperationDetailsSummary : JobOperationDetailsSummaryProperties
ExecutionPlanRollbackJobId
Declaration
[JsonProperty(PropertyName = "executionPlanRollbackJobId")]
public string ExecutionPlanRollbackJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of a plan rollback job, for use when specifying  | 
ExecutionPlanRollbackStrategy
Declaration
[Required(ErrorMessage = "ExecutionPlanRollbackStrategy is required.")]
[JsonProperty(PropertyName = "executionPlanRollbackStrategy")]
[JsonConverter(typeof(StringEnumConverter))]
public ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategyEnum? ExecutionPlanRollbackStrategy { get; set; }Property Value
| Type | Description | 
|---|---|
| ApplyRollbackJobOperationDetails.ExecutionPlanRollbackStrategyEnum? | Specifies the source of the execution plan for rollback to apply.
Use  | 
Remarks
Required
TargetRollbackJobId
Declaration
[JsonProperty(PropertyName = "targetRollbackJobId")]
public string TargetRollbackJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of a successful apply job, for use when specifying  |