Server IP : 103.119.228.120 / Your IP : 18.217.118.7 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/mysqlsh/lib/python3.9/site-packages/oci/cloud_guard/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, 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: 20200131 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 Problem(object): """ Problems are at the core of Cloud Guard\u2019s functionality. A Problem resource is created whenever an action or a configuration on a resource triggers a rule in a detector that\u2019s attached to the target containing the compartment where the resource is located. Each Problem resource contains all the details for a single problem. This is the information for the problem that appears on the Cloud Guard Problems page. """ #: A constant which can be used with the risk_level property of a Problem. #: This constant has a value of "CRITICAL" RISK_LEVEL_CRITICAL = "CRITICAL" #: A constant which can be used with the risk_level property of a Problem. #: This constant has a value of "HIGH" RISK_LEVEL_HIGH = "HIGH" #: A constant which can be used with the risk_level property of a Problem. #: This constant has a value of "MEDIUM" RISK_LEVEL_MEDIUM = "MEDIUM" #: A constant which can be used with the risk_level property of a Problem. #: This constant has a value of "LOW" RISK_LEVEL_LOW = "LOW" #: A constant which can be used with the risk_level property of a Problem. #: This constant has a value of "MINOR" RISK_LEVEL_MINOR = "MINOR" #: A constant which can be used with the lifecycle_state property of a Problem. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a Problem. #: This constant has a value of "INACTIVE" LIFECYCLE_STATE_INACTIVE = "INACTIVE" #: A constant which can be used with the lifecycle_detail property of a Problem. #: This constant has a value of "OPEN" LIFECYCLE_DETAIL_OPEN = "OPEN" #: A constant which can be used with the lifecycle_detail property of a Problem. #: This constant has a value of "RESOLVED" LIFECYCLE_DETAIL_RESOLVED = "RESOLVED" #: A constant which can be used with the lifecycle_detail property of a Problem. #: This constant has a value of "DISMISSED" LIFECYCLE_DETAIL_DISMISSED = "DISMISSED" #: A constant which can be used with the lifecycle_detail property of a Problem. #: This constant has a value of "DELETED" LIFECYCLE_DETAIL_DELETED = "DELETED" #: A constant which can be used with the detector_id property of a Problem. #: This constant has a value of "IAAS_ACTIVITY_DETECTOR" DETECTOR_ID_IAAS_ACTIVITY_DETECTOR = "IAAS_ACTIVITY_DETECTOR" #: A constant which can be used with the detector_id property of a Problem. #: This constant has a value of "IAAS_CONFIGURATION_DETECTOR" DETECTOR_ID_IAAS_CONFIGURATION_DETECTOR = "IAAS_CONFIGURATION_DETECTOR" #: A constant which can be used with the detector_id property of a Problem. #: This constant has a value of "IAAS_THREAT_DETECTOR" DETECTOR_ID_IAAS_THREAT_DETECTOR = "IAAS_THREAT_DETECTOR" #: A constant which can be used with the detector_id property of a Problem. #: This constant has a value of "IAAS_LOG_INSIGHT_DETECTOR" DETECTOR_ID_IAAS_LOG_INSIGHT_DETECTOR = "IAAS_LOG_INSIGHT_DETECTOR" #: A constant which can be used with the detector_id property of a Problem. #: This constant has a value of "IAAS_INSTANCE_SECURITY_DETECTOR" DETECTOR_ID_IAAS_INSTANCE_SECURITY_DETECTOR = "IAAS_INSTANCE_SECURITY_DETECTOR" def __init__(self, **kwargs): """ Initializes a new Problem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Problem. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Problem. :type compartment_id: str :param detector_rule_id: The value to assign to the detector_rule_id property of this Problem. :type detector_rule_id: str :param region: The value to assign to the region property of this Problem. :type region: str :param regions: The value to assign to the regions property of this Problem. :type regions: list[str] :param risk_level: The value to assign to the risk_level property of this Problem. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type risk_level: str :param risk_score: The value to assign to the risk_score property of this Problem. :type risk_score: float :param peak_risk_score_date: The value to assign to the peak_risk_score_date property of this Problem. :type peak_risk_score_date: str :param peak_risk_score: The value to assign to the peak_risk_score property of this Problem. :type peak_risk_score: float :param auto_resolve_date: The value to assign to the auto_resolve_date property of this Problem. :type auto_resolve_date: str :param peak_risk_score_lookup_period_in_days: The value to assign to the peak_risk_score_lookup_period_in_days property of this Problem. :type peak_risk_score_lookup_period_in_days: int :param resource_id: The value to assign to the resource_id property of this Problem. :type resource_id: str :param resource_name: The value to assign to the resource_name property of this Problem. :type resource_name: str :param resource_type: The value to assign to the resource_type property of this Problem. :type resource_type: str :param labels: The value to assign to the labels property of this Problem. :type labels: list[str] :param time_last_detected: The value to assign to the time_last_detected property of this Problem. :type time_last_detected: datetime :param time_first_detected: The value to assign to the time_first_detected property of this Problem. :type time_first_detected: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Problem. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_detail: The value to assign to the lifecycle_detail property of this Problem. Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_detail: str :param detector_id: The value to assign to the detector_id property of this Problem. Allowed values for this property are: "IAAS_ACTIVITY_DETECTOR", "IAAS_CONFIGURATION_DETECTOR", "IAAS_THREAT_DETECTOR", "IAAS_LOG_INSIGHT_DETECTOR", "IAAS_INSTANCE_SECURITY_DETECTOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type detector_id: str :param target_id: The value to assign to the target_id property of this Problem. :type target_id: str :param additional_details: The value to assign to the additional_details property of this Problem. :type additional_details: dict(str, str) :param description: The value to assign to the description property of this Problem. :type description: str :param recommendation: The value to assign to the recommendation property of this Problem. :type recommendation: str :param comment: The value to assign to the comment property of this Problem. :type comment: str :param impacted_resource_id: The value to assign to the impacted_resource_id property of this Problem. :type impacted_resource_id: str :param impacted_resource_name: The value to assign to the impacted_resource_name property of this Problem. :type impacted_resource_name: str :param impacted_resource_type: The value to assign to the impacted_resource_type property of this Problem. :type impacted_resource_type: str :param locks: The value to assign to the locks property of this Problem. :type locks: list[oci.cloud_guard.models.ResourceLock] """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'detector_rule_id': 'str', 'region': 'str', 'regions': 'list[str]', 'risk_level': 'str', 'risk_score': 'float', 'peak_risk_score_date': 'str', 'peak_risk_score': 'float', 'auto_resolve_date': 'str', 'peak_risk_score_lookup_period_in_days': 'int', 'resource_id': 'str', 'resource_name': 'str', 'resource_type': 'str', 'labels': 'list[str]', 'time_last_detected': 'datetime', 'time_first_detected': 'datetime', 'lifecycle_state': 'str', 'lifecycle_detail': 'str', 'detector_id': 'str', 'target_id': 'str', 'additional_details': 'dict(str, str)', 'description': 'str', 'recommendation': 'str', 'comment': 'str', 'impacted_resource_id': 'str', 'impacted_resource_name': 'str', 'impacted_resource_type': 'str', 'locks': 'list[ResourceLock]' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'detector_rule_id': 'detectorRuleId', 'region': 'region', 'regions': 'regions', 'risk_level': 'riskLevel', 'risk_score': 'riskScore', 'peak_risk_score_date': 'peakRiskScoreDate', 'peak_risk_score': 'peakRiskScore', 'auto_resolve_date': 'autoResolveDate', 'peak_risk_score_lookup_period_in_days': 'peakRiskScoreLookupPeriodInDays', 'resource_id': 'resourceId', 'resource_name': 'resourceName', 'resource_type': 'resourceType', 'labels': 'labels', 'time_last_detected': 'timeLastDetected', 'time_first_detected': 'timeFirstDetected', 'lifecycle_state': 'lifecycleState', 'lifecycle_detail': 'lifecycleDetail', 'detector_id': 'detectorId', 'target_id': 'targetId', 'additional_details': 'additionalDetails', 'description': 'description', 'recommendation': 'recommendation', 'comment': 'comment', 'impacted_resource_id': 'impactedResourceId', 'impacted_resource_name': 'impactedResourceName', 'impacted_resource_type': 'impactedResourceType', 'locks': 'locks' } self._id = None self._compartment_id = None self._detector_rule_id = None self._region = None self._regions = None self._risk_level = None self._risk_score = None self._peak_risk_score_date = None self._peak_risk_score = None self._auto_resolve_date = None self._peak_risk_score_lookup_period_in_days = None self._resource_id = None self._resource_name = None self._resource_type = None self._labels = None self._time_last_detected = None self._time_first_detected = None self._lifecycle_state = None self._lifecycle_detail = None self._detector_id = None self._target_id = None self._additional_details = None self._description = None self._recommendation = None self._comment = None self._impacted_resource_id = None self._impacted_resource_name = None self._impacted_resource_type = None self._locks = None @property def id(self): """ **[Required]** Gets the id of this Problem. Unique identifier that can't be changed after creation :return: The id of this Problem. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this Problem. Unique identifier that can't be changed after creation :param id: The id of this Problem. :type: str """ self._id = id @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this Problem. Compartment OCID where the resource is created :return: The compartment_id of this Problem. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this Problem. Compartment OCID where the resource is created :param compartment_id: The compartment_id of this Problem. :type: str """ self._compartment_id = compartment_id @property def detector_rule_id(self): """ Gets the detector_rule_id of this Problem. Unique identifier of the detector rule that triggered the problem :return: The detector_rule_id of this Problem. :rtype: str """ return self._detector_rule_id @detector_rule_id.setter def detector_rule_id(self, detector_rule_id): """ Sets the detector_rule_id of this Problem. Unique identifier of the detector rule that triggered the problem :param detector_rule_id: The detector_rule_id of this Problem. :type: str """ self._detector_rule_id = detector_rule_id @property def region(self): """ Gets the region of this Problem. DEPRECATED :return: The region of this Problem. :rtype: str """ return self._region @region.setter def region(self, region): """ Sets the region of this Problem. DEPRECATED :param region: The region of this Problem. :type: str """ self._region = region @property def regions(self): """ Gets the regions of this Problem. Regions where the problem is found :return: The regions of this Problem. :rtype: list[str] """ return self._regions @regions.setter def regions(self, regions): """ Sets the regions of this Problem. Regions where the problem is found :param regions: The regions of this Problem. :type: list[str] """ self._regions = regions @property def risk_level(self): """ Gets the risk_level of this Problem. The risk level for the problem Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", "MINOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The risk_level of this Problem. :rtype: str """ return self._risk_level @risk_level.setter def risk_level(self, risk_level): """ Sets the risk_level of this Problem. The risk level for the problem :param risk_level: The risk_level of this Problem. :type: str """ allowed_values = ["CRITICAL", "HIGH", "MEDIUM", "LOW", "MINOR"] if not value_allowed_none_or_none_sentinel(risk_level, allowed_values): risk_level = 'UNKNOWN_ENUM_VALUE' self._risk_level = risk_level @property def risk_score(self): """ Gets the risk_score of this Problem. The risk score for the problem :return: The risk_score of this Problem. :rtype: float """ return self._risk_score @risk_score.setter def risk_score(self, risk_score): """ Sets the risk_score of this Problem. The risk score for the problem :param risk_score: The risk_score of this Problem. :type: float """ self._risk_score = risk_score @property def peak_risk_score_date(self): """ Gets the peak_risk_score_date of this Problem. The date and time for the peak risk score that is observed for the problem. Format defined by RFC3339. :return: The peak_risk_score_date of this Problem. :rtype: str """ return self._peak_risk_score_date @peak_risk_score_date.setter def peak_risk_score_date(self, peak_risk_score_date): """ Sets the peak_risk_score_date of this Problem. The date and time for the peak risk score that is observed for the problem. Format defined by RFC3339. :param peak_risk_score_date: The peak_risk_score_date of this Problem. :type: str """ self._peak_risk_score_date = peak_risk_score_date @property def peak_risk_score(self): """ Gets the peak_risk_score of this Problem. Peak risk score for the problem :return: The peak_risk_score of this Problem. :rtype: float """ return self._peak_risk_score @peak_risk_score.setter def peak_risk_score(self, peak_risk_score): """ Sets the peak_risk_score of this Problem. Peak risk score for the problem :param peak_risk_score: The peak_risk_score of this Problem. :type: float """ self._peak_risk_score = peak_risk_score @property def auto_resolve_date(self): """ Gets the auto_resolve_date of this Problem. The date and time when the problem will be auto resolved. Format defined by RFC3339. :return: The auto_resolve_date of this Problem. :rtype: str """ return self._auto_resolve_date @auto_resolve_date.setter def auto_resolve_date(self, auto_resolve_date): """ Sets the auto_resolve_date of this Problem. The date and time when the problem will be auto resolved. Format defined by RFC3339. :param auto_resolve_date: The auto_resolve_date of this Problem. :type: str """ self._auto_resolve_date = auto_resolve_date @property def peak_risk_score_lookup_period_in_days(self): """ Gets the peak_risk_score_lookup_period_in_days of this Problem. Number of days for which peak score is calculated for the problem :return: The peak_risk_score_lookup_period_in_days of this Problem. :rtype: int """ return self._peak_risk_score_lookup_period_in_days @peak_risk_score_lookup_period_in_days.setter def peak_risk_score_lookup_period_in_days(self, peak_risk_score_lookup_period_in_days): """ Sets the peak_risk_score_lookup_period_in_days of this Problem. Number of days for which peak score is calculated for the problem :param peak_risk_score_lookup_period_in_days: The peak_risk_score_lookup_period_in_days of this Problem. :type: int """ self._peak_risk_score_lookup_period_in_days = peak_risk_score_lookup_period_in_days @property def resource_id(self): """ Gets the resource_id of this Problem. Unique identifier of the resource affected by the problem :return: The resource_id of this Problem. :rtype: str """ return self._resource_id @resource_id.setter def resource_id(self, resource_id): """ Sets the resource_id of this Problem. Unique identifier of the resource affected by the problem :param resource_id: The resource_id of this Problem. :type: str """ self._resource_id = resource_id @property def resource_name(self): """ Gets the resource_name of this Problem. Display name of the affected resource :return: The resource_name of this Problem. :rtype: str """ return self._resource_name @resource_name.setter def resource_name(self, resource_name): """ Sets the resource_name of this Problem. Display name of the affected resource :param resource_name: The resource_name of this Problem. :type: str """ self._resource_name = resource_name @property def resource_type(self): """ Gets the resource_type of this Problem. Type of the affected resource :return: The resource_type of this Problem. :rtype: str """ return self._resource_type @resource_type.setter def resource_type(self, resource_type): """ Sets the resource_type of this Problem. Type of the affected resource :param resource_type: The resource_type of this Problem. :type: str """ self._resource_type = resource_type @property def labels(self): """ Gets the labels of this Problem. User-defined labels on the problem :return: The labels of this Problem. :rtype: list[str] """ return self._labels @labels.setter def labels(self, labels): """ Sets the labels of this Problem. User-defined labels on the problem :param labels: The labels of this Problem. :type: list[str] """ self._labels = labels @property def time_last_detected(self): """ Gets the time_last_detected of this Problem. The date and time the problem was last detected. Format defined by RFC3339. :return: The time_last_detected of this Problem. :rtype: datetime """ return self._time_last_detected @time_last_detected.setter def time_last_detected(self, time_last_detected): """ Sets the time_last_detected of this Problem. The date and time the problem was last detected. Format defined by RFC3339. :param time_last_detected: The time_last_detected of this Problem. :type: datetime """ self._time_last_detected = time_last_detected @property def time_first_detected(self): """ Gets the time_first_detected of this Problem. The date and time the problem was first detected. Format defined by RFC3339. :return: The time_first_detected of this Problem. :rtype: datetime """ return self._time_first_detected @time_first_detected.setter def time_first_detected(self, time_first_detected): """ Sets the time_first_detected of this Problem. The date and time the problem was first detected. Format defined by RFC3339. :param time_first_detected: The time_first_detected of this Problem. :type: datetime """ self._time_first_detected = time_first_detected @property def lifecycle_state(self): """ Gets the lifecycle_state of this Problem. The current lifecycle state of the problem Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this Problem. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this Problem. The current lifecycle state of the problem :param lifecycle_state: The lifecycle_state of this Problem. :type: str """ allowed_values = ["ACTIVE", "INACTIVE"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def lifecycle_detail(self): """ Gets the lifecycle_detail of this Problem. Additional details on the substate of the lifecycle state Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_detail of this Problem. :rtype: str """ return self._lifecycle_detail @lifecycle_detail.setter def lifecycle_detail(self, lifecycle_detail): """ Sets the lifecycle_detail of this Problem. Additional details on the substate of the lifecycle state :param lifecycle_detail: The lifecycle_detail of this Problem. :type: str """ allowed_values = ["OPEN", "RESOLVED", "DISMISSED", "DELETED"] if not value_allowed_none_or_none_sentinel(lifecycle_detail, allowed_values): lifecycle_detail = 'UNKNOWN_ENUM_VALUE' self._lifecycle_detail = lifecycle_detail @property def detector_id(self): """ Gets the detector_id of this Problem. Unique identifier of the detector rule that triggered the problem Allowed values for this property are: "IAAS_ACTIVITY_DETECTOR", "IAAS_CONFIGURATION_DETECTOR", "IAAS_THREAT_DETECTOR", "IAAS_LOG_INSIGHT_DETECTOR", "IAAS_INSTANCE_SECURITY_DETECTOR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The detector_id of this Problem. :rtype: str """ return self._detector_id @detector_id.setter def detector_id(self, detector_id): """ Sets the detector_id of this Problem. Unique identifier of the detector rule that triggered the problem :param detector_id: The detector_id of this Problem. :type: str """ allowed_values = ["IAAS_ACTIVITY_DETECTOR", "IAAS_CONFIGURATION_DETECTOR", "IAAS_THREAT_DETECTOR", "IAAS_LOG_INSIGHT_DETECTOR", "IAAS_INSTANCE_SECURITY_DETECTOR"] if not value_allowed_none_or_none_sentinel(detector_id, allowed_values): detector_id = 'UNKNOWN_ENUM_VALUE' self._detector_id = detector_id @property def target_id(self): """ Gets the target_id of this Problem. Unique identifier of the target associated with the problem :return: The target_id of this Problem. :rtype: str """ return self._target_id @target_id.setter def target_id(self, target_id): """ Sets the target_id of this Problem. Unique identifier of the target associated with the problem :param target_id: The target_id of this Problem. :type: str """ self._target_id = target_id @property def additional_details(self): """ Gets the additional_details of this Problem. The additional details of the problem :return: The additional_details of this Problem. :rtype: dict(str, str) """ return self._additional_details @additional_details.setter def additional_details(self, additional_details): """ Sets the additional_details of this Problem. The additional details of the problem :param additional_details: The additional_details of this Problem. :type: dict(str, str) """ self._additional_details = additional_details @property def description(self): """ Gets the description of this Problem. Description of the problem :return: The description of this Problem. :rtype: str """ return self._description @description.setter def description(self, description): """ Sets the description of this Problem. Description of the problem :param description: The description of this Problem. :type: str """ self._description = description @property def recommendation(self): """ Gets the recommendation of this Problem. Recommendation for the problem :return: The recommendation of this Problem. :rtype: str """ return self._recommendation @recommendation.setter def recommendation(self, recommendation): """ Sets the recommendation of this Problem. Recommendation for the problem :param recommendation: The recommendation of this Problem. :type: str """ self._recommendation = recommendation @property def comment(self): """ Gets the comment of this Problem. User comments on the problem :return: The comment of this Problem. :rtype: str """ return self._comment @comment.setter def comment(self, comment): """ Sets the comment of this Problem. User comments on the problem :param comment: The comment of this Problem. :type: str """ self._comment = comment @property def impacted_resource_id(self): """ Gets the impacted_resource_id of this Problem. Unique identifier of the resource impacted by the problem :return: The impacted_resource_id of this Problem. :rtype: str """ return self._impacted_resource_id @impacted_resource_id.setter def impacted_resource_id(self, impacted_resource_id): """ Sets the impacted_resource_id of this Problem. Unique identifier of the resource impacted by the problem :param impacted_resource_id: The impacted_resource_id of this Problem. :type: str """ self._impacted_resource_id = impacted_resource_id @property def impacted_resource_name(self): """ Gets the impacted_resource_name of this Problem. Display name of the impacted resource :return: The impacted_resource_name of this Problem. :rtype: str """ return self._impacted_resource_name @impacted_resource_name.setter def impacted_resource_name(self, impacted_resource_name): """ Sets the impacted_resource_name of this Problem. Display name of the impacted resource :param impacted_resource_name: The impacted_resource_name of this Problem. :type: str """ self._impacted_resource_name = impacted_resource_name @property def impacted_resource_type(self): """ Gets the impacted_resource_type of this Problem. Type of the impacted resource :return: The impacted_resource_type of this Problem. :rtype: str """ return self._impacted_resource_type @impacted_resource_type.setter def impacted_resource_type(self, impacted_resource_type): """ Sets the impacted_resource_type of this Problem. Type of the impacted resource :param impacted_resource_type: The impacted_resource_type of this Problem. :type: str """ self._impacted_resource_type = impacted_resource_type @property def locks(self): """ Gets the locks of this Problem. Locks associated with this resource. :return: The locks of this Problem. :rtype: list[oci.cloud_guard.models.ResourceLock] """ return self._locks @locks.setter def locks(self, locks): """ Sets the locks of this Problem. Locks associated with this resource. :param locks: The locks of this Problem. :type: list[oci.cloud_guard.models.ResourceLock] """ self._locks = locks 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