UpdateRemediationRecipeDetails¶
-
class
oci.adm.models.
UpdateRemediationRecipeDetails
(**kwargs)¶ Bases:
object
Details to update an existing remediation recipe.
Methods
__init__
(**kwargs)Initializes a new UpdateRemediationRecipeDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateRemediationRecipeDetails. detect_configuration
Gets the detect_configuration of this UpdateRemediationRecipeDetails. display_name
Gets the display_name of this UpdateRemediationRecipeDetails. freeform_tags
Gets the freeform_tags of this UpdateRemediationRecipeDetails. is_run_triggered_on_kb_change
Gets the is_run_triggered_on_kb_change of this UpdateRemediationRecipeDetails. knowledge_base_id
Gets the knowledge_base_id of this UpdateRemediationRecipeDetails. network_configuration
Gets the network_configuration of this UpdateRemediationRecipeDetails. scm_configuration
Gets the scm_configuration of this UpdateRemediationRecipeDetails. verify_configuration
Gets the verify_configuration of this UpdateRemediationRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateRemediationRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateRemediationRecipeDetails.
- scm_configuration (oci.adm.models.ScmConfiguration) – The value to assign to the scm_configuration property of this UpdateRemediationRecipeDetails.
- verify_configuration (oci.adm.models.VerifyConfiguration) – The value to assign to the verify_configuration property of this UpdateRemediationRecipeDetails.
- detect_configuration (oci.adm.models.DetectConfiguration) – The value to assign to the detect_configuration property of this UpdateRemediationRecipeDetails.
- network_configuration (oci.adm.models.NetworkConfiguration) – The value to assign to the network_configuration property of this UpdateRemediationRecipeDetails.
- knowledge_base_id (str) – The value to assign to the knowledge_base_id property of this UpdateRemediationRecipeDetails.
- is_run_triggered_on_kb_change (bool) – The value to assign to the is_run_triggered_on_kb_change property of this UpdateRemediationRecipeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateRemediationRecipeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateRemediationRecipeDetails.
Gets the defined_tags of this UpdateRemediationRecipeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateRemediationRecipeDetails. Return type: dict(str, dict(str, object))
-
detect_configuration
¶ Gets the detect_configuration of this UpdateRemediationRecipeDetails.
Returns: The detect_configuration of this UpdateRemediationRecipeDetails. Return type: oci.adm.models.DetectConfiguration
-
display_name
¶ Gets the display_name of this UpdateRemediationRecipeDetails. The name of the remediation recipe.
Returns: The display_name of this UpdateRemediationRecipeDetails. Return type: str
Gets the freeform_tags of this UpdateRemediationRecipeDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateRemediationRecipeDetails. Return type: dict(str, str)
-
is_run_triggered_on_kb_change
¶ Gets the is_run_triggered_on_kb_change of this UpdateRemediationRecipeDetails. Boolean indicating if a run should be automatically triggered once the knowledge base is updated.
Returns: The is_run_triggered_on_kb_change of this UpdateRemediationRecipeDetails. Return type: bool
-
knowledge_base_id
¶ Gets the knowledge_base_id of this UpdateRemediationRecipeDetails. The Oracle Cloud Identifier (OCID) of the knowledge base.
Returns: The knowledge_base_id of this UpdateRemediationRecipeDetails. Return type: str
-
network_configuration
¶ Gets the network_configuration of this UpdateRemediationRecipeDetails.
Returns: The network_configuration of this UpdateRemediationRecipeDetails. Return type: oci.adm.models.NetworkConfiguration
-
scm_configuration
¶ Gets the scm_configuration of this UpdateRemediationRecipeDetails.
Returns: The scm_configuration of this UpdateRemediationRecipeDetails. Return type: oci.adm.models.ScmConfiguration
-
verify_configuration
¶ Gets the verify_configuration of this UpdateRemediationRecipeDetails.
Returns: The verify_configuration of this UpdateRemediationRecipeDetails. Return type: oci.adm.models.VerifyConfiguration
-