ImpactedResourceSummary

class oci.cloud_guard.models.ImpactedResourceSummary(**kwargs)

Bases: object

Summary of information on a resource that’s been impacted by a detected problem.

Methods

__init__(**kwargs) Initializes a new ImpactedResourceSummary object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this ImpactedResourceSummary.
id [Required] Gets the id of this ImpactedResourceSummary.
problem_id [Required] Gets the problem_id of this ImpactedResourceSummary.
region [Required] Gets the region of this ImpactedResourceSummary.
resource_id [Required] Gets the resource_id of this ImpactedResourceSummary.
resource_name [Required] Gets the resource_name of this ImpactedResourceSummary.
resource_type [Required] Gets the resource_type of this ImpactedResourceSummary.
sighting_type Gets the sighting_type of this ImpactedResourceSummary.
sighting_type_display_name Gets the sighting_type_display_name of this ImpactedResourceSummary.
time_identified [Required] Gets the time_identified of this ImpactedResourceSummary.
__init__(**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):

Parameters:
  • id (str) – The value to assign to the id property of this ImpactedResourceSummary.
  • resource_id (str) – The value to assign to the resource_id property of this ImpactedResourceSummary.
  • problem_id (str) – The value to assign to the problem_id property of this ImpactedResourceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ImpactedResourceSummary.
  • sighting_type (str) – The value to assign to the sighting_type property of this ImpactedResourceSummary.
  • sighting_type_display_name (str) – The value to assign to the sighting_type_display_name property of this ImpactedResourceSummary.
  • resource_name (str) – The value to assign to the resource_name property of this ImpactedResourceSummary.
  • resource_type (str) – The value to assign to the resource_type property of this ImpactedResourceSummary.
  • region (str) – The value to assign to the region property of this ImpactedResourceSummary.
  • time_identified (datetime) – The value to assign to the time_identified property of this ImpactedResourceSummary.
compartment_id

[Required] Gets the compartment_id of this ImpactedResourceSummary. Compartment OCID where the impacted resource is created

Returns:The compartment_id of this ImpactedResourceSummary.
Return type:str
id

[Required] Gets the id of this ImpactedResourceSummary. Unique identifier for finding event

Returns:The id of this ImpactedResourceSummary.
Return type:str
problem_id

[Required] Gets the problem_id of this ImpactedResourceSummary. Problem ID associated with the Impacted resource

Returns:The problem_id of this ImpactedResourceSummary.
Return type:str
region

[Required] Gets the region of this ImpactedResourceSummary. Region where the resource is created

Returns:The region of this ImpactedResourceSummary.
Return type:str
resource_id

[Required] Gets the resource_id of this ImpactedResourceSummary. Unique identifier of the impacted resource

Returns:The resource_id of this ImpactedResourceSummary.
Return type:str
resource_name

[Required] Gets the resource_name of this ImpactedResourceSummary. Name of the impacted resource

Returns:The resource_name of this ImpactedResourceSummary.
Return type:str
resource_type

[Required] Gets the resource_type of this ImpactedResourceSummary. Type of the impacted resource

Returns:The resource_type of this ImpactedResourceSummary.
Return type:str
sighting_type

Gets the sighting_type of this ImpactedResourceSummary. Sighting type involved

Returns:The sighting_type of this ImpactedResourceSummary.
Return type:str
sighting_type_display_name

Gets the sighting_type_display_name of this ImpactedResourceSummary. Display name of the sighting type

Returns:The sighting_type_display_name of this ImpactedResourceSummary.
Return type:str
time_identified

[Required] Gets the time_identified of this ImpactedResourceSummary. Date and time when the problem was identified

Returns:The time_identified of this ImpactedResourceSummary.
Return type:datetime