ResourceProfileImpactedResourceSummary

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

Bases: object

Resource Profile impacted resource summary.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this ResourceProfileImpactedResourceSummary.
id [Required] Gets the id of this ResourceProfileImpactedResourceSummary.
problem_id Gets the problem_id of this ResourceProfileImpactedResourceSummary.
region [Required] Gets the region of this ResourceProfileImpactedResourceSummary.
resource_id [Required] Gets the resource_id of this ResourceProfileImpactedResourceSummary.
resource_name [Required] Gets the resource_name of this ResourceProfileImpactedResourceSummary.
resource_profile_id [Required] Gets the resource_profile_id of this ResourceProfileImpactedResourceSummary.
resource_type [Required] Gets the resource_type of this ResourceProfileImpactedResourceSummary.
sighting_type [Required] Gets the sighting_type of this ResourceProfileImpactedResourceSummary.
sighting_type_display_name [Required] Gets the sighting_type_display_name of this ResourceProfileImpactedResourceSummary.
time_identified [Required] Gets the time_identified of this ResourceProfileImpactedResourceSummary.
__init__(**kwargs)

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

[Required] Gets the compartment_id of this ResourceProfileImpactedResourceSummary. Compartment Id for impacted resource

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

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

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

Gets the problem_id of this ResourceProfileImpactedResourceSummary. Problem Id for impacted resource

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

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

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

[Required] Gets the resource_id of this ResourceProfileImpactedResourceSummary. Impacted resource Id

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

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

Returns:The resource_name of this ResourceProfileImpactedResourceSummary.
Return type:str
resource_profile_id

[Required] Gets the resource_profile_id of this ResourceProfileImpactedResourceSummary. Resource profile Id associated with the imacted resource

Returns:The resource_profile_id of this ResourceProfileImpactedResourceSummary.
Return type:str
resource_type

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

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

[Required] Gets the sighting_type of this ResourceProfileImpactedResourceSummary. Identifier for the sighting type

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

[Required] Gets the sighting_type_display_name of this ResourceProfileImpactedResourceSummary. Name of the sighting type

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

[Required] Gets the time_identified of this ResourceProfileImpactedResourceSummary. Time when the impacted resource is identified for given resource profile.

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