Class CreateJobOperationDetails
Job details that are specific to the operation type.
Inheritance
CreateJobOperationDetails
Inherited Members
Namespace: Oci.ResourcemanagerService.Models
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
[JsonConverter(typeof(CreateJobOperationDetailsModelConverter))]
public class CreateJobOperationDetails
Properties
IsProviderUpgradeRequired
Declaration
[JsonProperty(PropertyName = "isProviderUpgradeRequired")]
public bool? IsProviderUpgradeRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? | Specifies whether or not to upgrade provider versions. Within the version constraints of your Terraform configuration, use the latest versions available from the source of Terraform providers. For more information about this option, see Dependency Lock File (terraform.io). |