SightingImpactedResourceSummary

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

Bases: object

Summary of resources impacted by a sighting.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this SightingImpactedResourceSummary.
id [Required] Gets the id of this SightingImpactedResourceSummary.
problem_id Gets the problem_id of this SightingImpactedResourceSummary.
region [Required] Gets the region of this SightingImpactedResourceSummary.
resource_id [Required] Gets the resource_id of this SightingImpactedResourceSummary.
resource_name [Required] Gets the resource_name of this SightingImpactedResourceSummary.
resource_type [Required] Gets the resource_type of this SightingImpactedResourceSummary.
sighting_id [Required] Gets the sighting_id of this SightingImpactedResourceSummary.
time_identified [Required] Gets the time_identified of this SightingImpactedResourceSummary.
__init__(**kwargs)

Initializes a new SightingImpactedResourceSummary 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 SightingImpactedResourceSummary.
  • resource_id (str) – The value to assign to the resource_id property of this SightingImpactedResourceSummary.
  • sighting_id (str) – The value to assign to the sighting_id property of this SightingImpactedResourceSummary.
  • problem_id (str) – The value to assign to the problem_id property of this SightingImpactedResourceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this SightingImpactedResourceSummary.
  • resource_name (str) – The value to assign to the resource_name property of this SightingImpactedResourceSummary.
  • resource_type (str) – The value to assign to the resource_type property of this SightingImpactedResourceSummary.
  • region (str) – The value to assign to the region property of this SightingImpactedResourceSummary.
  • time_identified (datetime) – The value to assign to the time_identified property of this SightingImpactedResourceSummary.
compartment_id

[Required] Gets the compartment_id of this SightingImpactedResourceSummary. Compartment ID for impacted resource

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

[Required] Gets the id of this SightingImpactedResourceSummary. Unique identifier for an impacted resource

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

Gets the problem_id of this SightingImpactedResourceSummary. Problem ID for impacted resource

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

[Required] Gets the region of this SightingImpactedResourceSummary. Region for impacted resource

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

[Required] Gets the resource_id of this SightingImpactedResourceSummary. Impacted resource ID

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

[Required] Gets the resource_name of this SightingImpactedResourceSummary. Resource name

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

[Required] Gets the resource_type of this SightingImpactedResourceSummary. Resource type

Returns:The resource_type of this SightingImpactedResourceSummary.
Return type:str
sighting_id

[Required] Gets the sighting_id of this SightingImpactedResourceSummary. Sighting ID for impacted resource

Returns:The sighting_id of this SightingImpactedResourceSummary.
Return type:str
time_identified

[Required] Gets the time_identified of this SightingImpactedResourceSummary. Date and time when the impacted resource is identified for given sighting

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