Show / Hide Table of Contents

Class CreateJobOperationDetails

Job details that are specific to the operation type.

Inheritance
object
CreateJobOperationDetails
CreateApplyJobOperationDetails
CreateApplyRollbackJobOperationDetails
CreateDestroyJobOperationDetails
CreateImportTfStateJobOperationDetails
CreatePlanJobOperationDetails
CreatePlanRollbackJobOperationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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).

In this article
Back to top