CreateJobOperationDetails¶
-
class
oci.resource_manager.models.
CreateJobOperationDetails
(**kwargs)¶ Bases:
object
Job details that are specific to the operation type.
Methods
__init__
(**kwargs)Initializes a new CreateJobOperationDetails 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
is_provider_upgrade_required
Gets the is_provider_upgrade_required of this CreateJobOperationDetails. operation
[Required] Gets the operation of this CreateJobOperationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateJobOperationDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
CreateImportTfStateJobOperationDetails
CreatePlanRollbackJobOperationDetails
CreateApplyRollbackJobOperationDetails
CreateApplyJobOperationDetails
CreatePlanJobOperationDetails
CreateDestroyJobOperationDetails
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 CreateJobOperationDetails.
- is_provider_upgrade_required (bool) – The value to assign to the is_provider_upgrade_required property of this CreateJobOperationDetails.
-
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.
-
is_provider_upgrade_required
¶ Gets the is_provider_upgrade_required of this CreateJobOperationDetails. 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).
Returns: The is_provider_upgrade_required of this CreateJobOperationDetails. Return type: bool
-
operation
¶ [Required] Gets the operation of this CreateJobOperationDetails. Terraform-specific operation to execute.
Returns: The operation of this CreateJobOperationDetails. Return type: str
-