File: //lib/mysqlsh/lib/python3.8/site-packages/oci/cloud_guard/models/impacted_resource_summary.py
# coding: utf-8
# Copyright (c) 2016, 2025, 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 ImpactedResourceSummary(object):
"""
Summary of information on a resource that\u2019s been impacted by a detected problem.
"""
def __init__(self, **kwargs):
"""
Initializes a new ImpactedResourceSummary 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 ImpactedResourceSummary.
:type id: str
:param resource_id:
The value to assign to the resource_id property of this ImpactedResourceSummary.
:type resource_id: str
:param problem_id:
The value to assign to the problem_id property of this ImpactedResourceSummary.
:type problem_id: str
:param compartment_id:
The value to assign to the compartment_id property of this ImpactedResourceSummary.
:type compartment_id: str
:param sighting_type:
The value to assign to the sighting_type property of this ImpactedResourceSummary.
:type sighting_type: str
:param sighting_type_display_name:
The value to assign to the sighting_type_display_name property of this ImpactedResourceSummary.
:type sighting_type_display_name: str
:param resource_name:
The value to assign to the resource_name property of this ImpactedResourceSummary.
:type resource_name: str
:param resource_type:
The value to assign to the resource_type property of this ImpactedResourceSummary.
:type resource_type: str
:param region:
The value to assign to the region property of this ImpactedResourceSummary.
:type region: str
:param time_identified:
The value to assign to the time_identified property of this ImpactedResourceSummary.
:type time_identified: datetime
"""
self.swagger_types = {
'id': 'str',
'resource_id': 'str',
'problem_id': 'str',
'compartment_id': 'str',
'sighting_type': 'str',
'sighting_type_display_name': 'str',
'resource_name': 'str',
'resource_type': 'str',
'region': 'str',
'time_identified': 'datetime'
}
self.attribute_map = {
'id': 'id',
'resource_id': 'resourceId',
'problem_id': 'problemId',
'compartment_id': 'compartmentId',
'sighting_type': 'sightingType',
'sighting_type_display_name': 'sightingTypeDisplayName',
'resource_name': 'resourceName',
'resource_type': 'resourceType',
'region': 'region',
'time_identified': 'timeIdentified'
}
self._id = None
self._resource_id = None
self._problem_id = None
self._compartment_id = None
self._sighting_type = None
self._sighting_type_display_name = None
self._resource_name = None
self._resource_type = None
self._region = None
self._time_identified = None
@property
def id(self):
"""
**[Required]** Gets the id of this ImpactedResourceSummary.
Unique identifier for finding event
:return: The id of this ImpactedResourceSummary.
:rtype: str
"""
return self._id
@id.setter
def id(self, id):
"""
Sets the id of this ImpactedResourceSummary.
Unique identifier for finding event
:param id: The id of this ImpactedResourceSummary.
:type: str
"""
self._id = id
@property
def resource_id(self):
"""
**[Required]** Gets the resource_id of this ImpactedResourceSummary.
Unique identifier of the impacted resource
:return: The resource_id of this ImpactedResourceSummary.
:rtype: str
"""
return self._resource_id
@resource_id.setter
def resource_id(self, resource_id):
"""
Sets the resource_id of this ImpactedResourceSummary.
Unique identifier of the impacted resource
:param resource_id: The resource_id of this ImpactedResourceSummary.
:type: str
"""
self._resource_id = resource_id
@property
def problem_id(self):
"""
**[Required]** Gets the problem_id of this ImpactedResourceSummary.
Problem ID associated with the Impacted resource
:return: The problem_id of this ImpactedResourceSummary.
:rtype: str
"""
return self._problem_id
@problem_id.setter
def problem_id(self, problem_id):
"""
Sets the problem_id of this ImpactedResourceSummary.
Problem ID associated with the Impacted resource
:param problem_id: The problem_id of this ImpactedResourceSummary.
:type: str
"""
self._problem_id = problem_id
@property
def compartment_id(self):
"""
**[Required]** Gets the compartment_id of this ImpactedResourceSummary.
Compartment OCID where the impacted resource is created
:return: The compartment_id of this ImpactedResourceSummary.
:rtype: str
"""
return self._compartment_id
@compartment_id.setter
def compartment_id(self, compartment_id):
"""
Sets the compartment_id of this ImpactedResourceSummary.
Compartment OCID where the impacted resource is created
:param compartment_id: The compartment_id of this ImpactedResourceSummary.
:type: str
"""
self._compartment_id = compartment_id
@property
def sighting_type(self):
"""
Gets the sighting_type of this ImpactedResourceSummary.
Sighting type involved
:return: The sighting_type of this ImpactedResourceSummary.
:rtype: str
"""
return self._sighting_type
@sighting_type.setter
def sighting_type(self, sighting_type):
"""
Sets the sighting_type of this ImpactedResourceSummary.
Sighting type involved
:param sighting_type: The sighting_type of this ImpactedResourceSummary.
:type: str
"""
self._sighting_type = sighting_type
@property
def sighting_type_display_name(self):
"""
Gets the sighting_type_display_name of this ImpactedResourceSummary.
Display name of the sighting type
:return: The sighting_type_display_name of this ImpactedResourceSummary.
:rtype: str
"""
return self._sighting_type_display_name
@sighting_type_display_name.setter
def sighting_type_display_name(self, sighting_type_display_name):
"""
Sets the sighting_type_display_name of this ImpactedResourceSummary.
Display name of the sighting type
:param sighting_type_display_name: The sighting_type_display_name of this ImpactedResourceSummary.
:type: str
"""
self._sighting_type_display_name = sighting_type_display_name
@property
def resource_name(self):
"""
**[Required]** Gets the resource_name of this ImpactedResourceSummary.
Name of the impacted resource
:return: The resource_name of this ImpactedResourceSummary.
:rtype: str
"""
return self._resource_name
@resource_name.setter
def resource_name(self, resource_name):
"""
Sets the resource_name of this ImpactedResourceSummary.
Name of the impacted resource
:param resource_name: The resource_name of this ImpactedResourceSummary.
:type: str
"""
self._resource_name = resource_name
@property
def resource_type(self):
"""
**[Required]** Gets the resource_type of this ImpactedResourceSummary.
Type of the impacted resource
:return: The resource_type of this ImpactedResourceSummary.
:rtype: str
"""
return self._resource_type
@resource_type.setter
def resource_type(self, resource_type):
"""
Sets the resource_type of this ImpactedResourceSummary.
Type of the impacted resource
:param resource_type: The resource_type of this ImpactedResourceSummary.
:type: str
"""
self._resource_type = resource_type
@property
def region(self):
"""
**[Required]** Gets the region of this ImpactedResourceSummary.
Region where the resource is created
:return: The region of this ImpactedResourceSummary.
:rtype: str
"""
return self._region
@region.setter
def region(self, region):
"""
Sets the region of this ImpactedResourceSummary.
Region where the resource is created
:param region: The region of this ImpactedResourceSummary.
:type: str
"""
self._region = region
@property
def time_identified(self):
"""
**[Required]** Gets the time_identified of this ImpactedResourceSummary.
Date and time when the problem was identified
:return: The time_identified of this ImpactedResourceSummary.
:rtype: datetime
"""
return self._time_identified
@time_identified.setter
def time_identified(self, time_identified):
"""
Sets the time_identified of this ImpactedResourceSummary.
Date and time when the problem was identified
:param time_identified: The time_identified of this ImpactedResourceSummary.
:type: datetime
"""
self._time_identified = time_identified
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