Show / Hide Table of Contents

Class CreateImportTfStateJobOperationDetails

Job details that are specific to import Terraform state operations.

Inheritance
object
CreateJobOperationDetails
CreateImportTfStateJobOperationDetails
Inherited Members
CreateJobOperationDetails.IsProviderUpgradeRequired
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
public class CreateImportTfStateJobOperationDetails : CreateJobOperationDetails

Properties

TfStateBase64Encoded

Declaration
[Required(ErrorMessage = "TfStateBase64Encoded is required.")]
[JsonProperty(PropertyName = "tfStateBase64Encoded")]
public byte[] TfStateBase64Encoded { get; set; }
Property Value
Type Description
byte[]

Base64-encoded state file

Remarks

Required

In this article
Back to top