ApplyJobOperationDetailsSummary¶
-
class
oci.resource_manager.models.
ApplyJobOperationDetailsSummary
(**kwargs)¶ Bases:
oci.resource_manager.models.job_operation_details_summary.JobOperationDetailsSummary
Job details that are specific to apply operations.
Methods
__init__
(**kwargs)Initializes a new ApplyJobOperationDetailsSummary 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
execution_plan_job_id
Gets the execution_plan_job_id of this ApplyJobOperationDetailsSummary. execution_plan_strategy
[Required] Gets the execution_plan_strategy of this ApplyJobOperationDetailsSummary. operation
[Required] Gets the operation of this JobOperationDetailsSummary. -
__init__
(**kwargs)¶ Initializes a new ApplyJobOperationDetailsSummary object with values from keyword arguments. The default value of the
operation
attribute of this class isAPPLY
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 ApplyJobOperationDetailsSummary.
- execution_plan_strategy (str) – The value to assign to the execution_plan_strategy property of this ApplyJobOperationDetailsSummary.
- execution_plan_job_id (str) – The value to assign to the execution_plan_job_id property of this ApplyJobOperationDetailsSummary.
-
execution_plan_job_id
¶ Gets the execution_plan_job_id of this ApplyJobOperationDetailsSummary. The OCID of the plan job that contains the execution plan used for this job, or null if no execution plan was used.
Returns: The execution_plan_job_id of this ApplyJobOperationDetailsSummary. Return type: str
-
execution_plan_strategy
¶ [Required] Gets the execution_plan_strategy of this ApplyJobOperationDetailsSummary. Specifies the source of the execution plan to apply. Use AUTO_APPROVED to run the job without an execution plan.
Returns: The execution_plan_strategy of this ApplyJobOperationDetailsSummary. Return type: str
-
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 JobOperationDetailsSummary. Terraform-specific operation to execute.
Returns: The operation of this JobOperationDetailsSummary. Return type: str
-