Class ApplyJobPlanResolution
Deprecated. Use the property executionPlanStrategy in jobOperationDetails instead.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ApplyJobPlanResolutionProperties
IsAutoApproved
Declaration
[JsonProperty(PropertyName = "isAutoApproved")]
public bool? IsAutoApproved { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Specifies whether to use the configuration directly, without reference to a Plan job.
 | 
IsUseLatestJobId
Declaration
[JsonProperty(PropertyName = "isUseLatestJobId")]
public bool? IsUseLatestJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Specifies whether to use the OCID of the most recently run plan job.
 | 
PlanJobId
Declaration
[JsonProperty(PropertyName = "planJobId")]
public string PlanJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID that specifies the most recently executed plan job. |