CreateImportTfStateJobOperationDetails¶
-
class
oci.resource_manager.models.
CreateImportTfStateJobOperationDetails
(**kwargs)¶ Bases:
oci.resource_manager.models.create_job_operation_details.CreateJobOperationDetails
Job details that are specific to import Terraform state operations.
Methods
__init__
(**kwargs)Initializes a new CreateImportTfStateJobOperationDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
operation
[Required] Gets the operation of this CreateJobOperationDetails. tf_state_base64_encoded
[Required] Gets the tf_state_base64_encoded of this CreateImportTfStateJobOperationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateImportTfStateJobOperationDetails object with values from keyword arguments. The default value of the
operation
attribute of this class isIMPORT_TF_STATE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - operation (str) – The value to assign to the operation property of this CreateImportTfStateJobOperationDetails.
- tf_state_base64_encoded (str) – The value to assign to the tf_state_base64_encoded property of this CreateImportTfStateJobOperationDetails.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
operation
¶ [Required] Gets the operation of this CreateJobOperationDetails. Terraform-specific operation to execute.
Returns: The operation of this CreateJobOperationDetails. Return type: str
-
tf_state_base64_encoded
¶ [Required] Gets the tf_state_base64_encoded of this CreateImportTfStateJobOperationDetails. Base64-encoded state file
Returns: The tf_state_base64_encoded of this CreateImportTfStateJobOperationDetails. Return type: str
-