Class ApplyJobOperationDetails
Job details that are specific to apply operations.
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class ApplyJobOperationDetails : JobOperationDetails
Properties
ExecutionPlanJobId
Declaration
[JsonProperty(PropertyName = "executionPlanJobId")]
public string ExecutionPlanJobId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the plan job that contains the execution plan used for this job,
or |
ExecutionPlanStrategy
Declaration
[Required(ErrorMessage = "ExecutionPlanStrategy is required.")]
[JsonProperty(PropertyName = "executionPlanStrategy")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApplyJobOperationDetails.ExecutionPlanStrategyEnum? ExecutionPlanStrategy { get; set; }
Property Value
Type | Description |
---|---|
ApplyJobOperationDetails.ExecutionPlanStrategyEnum? | Specifies the source of the execution plan to apply.
Use |
Remarks
Required
TerraformAdvancedOptions
Declaration
[JsonProperty(PropertyName = "terraformAdvancedOptions")]
public TerraformAdvancedOptions TerraformAdvancedOptions { get; set; }
Property Value
Type | Description |
---|---|
TerraformAdvancedOptions |