TargetAlertPolicyUnassociatedSummary¶
-
class
oci.data_safe.models.TargetAlertPolicyUnassociatedSummary(**kwargs)¶ Bases:
objectSummary of the target databases that differ from the association of the target database group.
Methods
__init__(**kwargs)Initializes a new TargetAlertPolicyUnassociatedSummary object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this TargetAlertPolicyUnassociatedSummary. freeform_tagsGets the freeform_tags of this TargetAlertPolicyUnassociatedSummary. is_enabled[Required] Gets the is_enabled of this TargetAlertPolicyUnassociatedSummary. not_applied_reasonGets the not_applied_reason of this TargetAlertPolicyUnassociatedSummary. system_tagsGets the system_tags of this TargetAlertPolicyUnassociatedSummary. target_database_id[Required] Gets the target_database_id of this TargetAlertPolicyUnassociatedSummary. -
__init__(**kwargs)¶ Initializes a new TargetAlertPolicyUnassociatedSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_database_id (str) – The value to assign to the target_database_id property of this TargetAlertPolicyUnassociatedSummary.
- is_enabled (bool) – The value to assign to the is_enabled property of this TargetAlertPolicyUnassociatedSummary.
- not_applied_reason (str) – The value to assign to the not_applied_reason property of this TargetAlertPolicyUnassociatedSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TargetAlertPolicyUnassociatedSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TargetAlertPolicyUnassociatedSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this TargetAlertPolicyUnassociatedSummary.
Gets the defined_tags of this TargetAlertPolicyUnassociatedSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this TargetAlertPolicyUnassociatedSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this TargetAlertPolicyUnassociatedSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this TargetAlertPolicyUnassociatedSummary. Return type: dict(str, str)
-
is_enabled¶ [Required] Gets the is_enabled of this TargetAlertPolicyUnassociatedSummary. Indicates if the target-alert policy association is enabled or disabled by user.
Returns: The is_enabled of this TargetAlertPolicyUnassociatedSummary. Return type: bool
-
not_applied_reason¶ Gets the not_applied_reason of this TargetAlertPolicyUnassociatedSummary. Details on why policy is not applied on target.
Returns: The not_applied_reason of this TargetAlertPolicyUnassociatedSummary. Return type: str
Gets the system_tags of this TargetAlertPolicyUnassociatedSummary. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this TargetAlertPolicyUnassociatedSummary. Return type: dict(str, dict(str, object))
-
target_database_id¶ [Required] Gets the target_database_id of this TargetAlertPolicyUnassociatedSummary. The OCID of the target database that differs from the alert policy association of the target database group.
Returns: The target_database_id of this TargetAlertPolicyUnassociatedSummary. Return type: str
-