File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/resource_manager/models/apply_job_operation_details.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20180917 from .job_operation_details import JobOperationDetails from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class ApplyJobOperationDetails(JobOperationDetails): """ Job details that are specific to apply operations. """ #: A constant which can be used with the execution_plan_strategy property of a ApplyJobOperationDetails. #: This constant has a value of "FROM_PLAN_JOB_ID" EXECUTION_PLAN_STRATEGY_FROM_PLAN_JOB_ID = "FROM_PLAN_JOB_ID" #: A constant which can be used with the execution_plan_strategy property of a ApplyJobOperationDetails. #: This constant has a value of "FROM_LATEST_PLAN_JOB" EXECUTION_PLAN_STRATEGY_FROM_LATEST_PLAN_JOB = "FROM_LATEST_PLAN_JOB" #: A constant which can be used with the execution_plan_strategy property of a ApplyJobOperationDetails. #: This constant has a value of "AUTO_APPROVED" EXECUTION_PLAN_STRATEGY_AUTO_APPROVED = "AUTO_APPROVED" def __init__(self, **kwargs): """ Initializes a new ApplyJobOperationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.resource_manager.models.ApplyJobOperationDetails.operation` attribute of this class is ``APPLY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation: The value to assign to the operation property of this ApplyJobOperationDetails. :type operation: str :param terraform_advanced_options: The value to assign to the terraform_advanced_options property of this ApplyJobOperationDetails. :type terraform_advanced_options: oci.resource_manager.models.TerraformAdvancedOptions :param execution_plan_strategy: The value to assign to the execution_plan_strategy property of this ApplyJobOperationDetails. Allowed values for this property are: "FROM_PLAN_JOB_ID", "FROM_LATEST_PLAN_JOB", "AUTO_APPROVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type execution_plan_strategy: str :param execution_plan_job_id: The value to assign to the execution_plan_job_id property of this ApplyJobOperationDetails. :type execution_plan_job_id: str """ self.swagger_types = { 'operation': 'str', 'terraform_advanced_options': 'TerraformAdvancedOptions', 'execution_plan_strategy': 'str', 'execution_plan_job_id': 'str' } self.attribute_map = { 'operation': 'operation', 'terraform_advanced_options': 'terraformAdvancedOptions', 'execution_plan_strategy': 'executionPlanStrategy', 'execution_plan_job_id': 'executionPlanJobId' } self._operation = None self._terraform_advanced_options = None self._execution_plan_strategy = None self._execution_plan_job_id = None self._operation = 'APPLY' @property def terraform_advanced_options(self): """ Gets the terraform_advanced_options of this ApplyJobOperationDetails. :return: The terraform_advanced_options of this ApplyJobOperationDetails. :rtype: oci.resource_manager.models.TerraformAdvancedOptions """ return self._terraform_advanced_options @terraform_advanced_options.setter def terraform_advanced_options(self, terraform_advanced_options): """ Sets the terraform_advanced_options of this ApplyJobOperationDetails. :param terraform_advanced_options: The terraform_advanced_options of this ApplyJobOperationDetails. :type: oci.resource_manager.models.TerraformAdvancedOptions """ self._terraform_advanced_options = terraform_advanced_options @property def execution_plan_strategy(self): """ **[Required]** Gets the execution_plan_strategy of this ApplyJobOperationDetails. Specifies the source of the execution plan to apply. Use `AUTO_APPROVED` to run the job without an execution plan. Allowed values for this property are: "FROM_PLAN_JOB_ID", "FROM_LATEST_PLAN_JOB", "AUTO_APPROVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The execution_plan_strategy of this ApplyJobOperationDetails. :rtype: str """ return self._execution_plan_strategy @execution_plan_strategy.setter def execution_plan_strategy(self, execution_plan_strategy): """ Sets the execution_plan_strategy of this ApplyJobOperationDetails. Specifies the source of the execution plan to apply. Use `AUTO_APPROVED` to run the job without an execution plan. :param execution_plan_strategy: The execution_plan_strategy of this ApplyJobOperationDetails. :type: str """ allowed_values = ["FROM_PLAN_JOB_ID", "FROM_LATEST_PLAN_JOB", "AUTO_APPROVED"] if not value_allowed_none_or_none_sentinel(execution_plan_strategy, allowed_values): execution_plan_strategy = 'UNKNOWN_ENUM_VALUE' self._execution_plan_strategy = execution_plan_strategy @property def execution_plan_job_id(self): """ Gets the execution_plan_job_id of this ApplyJobOperationDetails. The `OCID`__ of the plan job that contains the execution plan used for this job, or `null` if no execution plan was used. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The execution_plan_job_id of this ApplyJobOperationDetails. :rtype: str """ return self._execution_plan_job_id @execution_plan_job_id.setter def execution_plan_job_id(self, execution_plan_job_id): """ Sets the execution_plan_job_id of this ApplyJobOperationDetails. The `OCID`__ of the plan job that contains the execution plan used for this job, or `null` if no execution plan was used. __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param execution_plan_job_id: The execution_plan_job_id of this ApplyJobOperationDetails. :type: str """ self._execution_plan_job_id = execution_plan_job_id def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings