ProblemEntitySummary

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

Bases: object

Summary information about problem entities for a data source for a problem.

Methods

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

Attributes

entity_details Gets the entity_details of this ProblemEntitySummary.
problem_id [Required] Gets the problem_id of this ProblemEntitySummary.
regions [Required] Gets the regions of this ProblemEntitySummary.
result_url Gets the result_url of this ProblemEntitySummary.
time_first_detected [Required] Gets the time_first_detected of this ProblemEntitySummary.
time_last_detected [Required] Gets the time_last_detected of this ProblemEntitySummary.
__init__(**kwargs)

Initializes a new ProblemEntitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • regions (list[str]) – The value to assign to the regions property of this ProblemEntitySummary.
  • time_first_detected (datetime) – The value to assign to the time_first_detected property of this ProblemEntitySummary.
  • problem_id (str) – The value to assign to the problem_id property of this ProblemEntitySummary.
  • time_last_detected (datetime) – The value to assign to the time_last_detected property of this ProblemEntitySummary.
  • result_url (str) – The value to assign to the result_url property of this ProblemEntitySummary.
  • entity_details (list[oci.cloud_guard.models.EntityDetails]) – The value to assign to the entity_details property of this ProblemEntitySummary.
entity_details

Gets the entity_details of this ProblemEntitySummary. List of entity details related to a data source

Returns:The entity_details of this ProblemEntitySummary.
Return type:list[oci.cloud_guard.models.EntityDetails]
problem_id

[Required] Gets the problem_id of this ProblemEntitySummary. Attached problem ID

Returns:The problem_id of this ProblemEntitySummary.
Return type:str
regions

[Required] Gets the regions of this ProblemEntitySummary. Data source problem entities region

Returns:The regions of this ProblemEntitySummary.
Return type:list[str]
result_url

Gets the result_url of this ProblemEntitySummary. Log result query URL for a data source query

Returns:The result_url of this ProblemEntitySummary.
Return type:str
time_first_detected

[Required] Gets the time_first_detected of this ProblemEntitySummary. Data source problem entities first detected time

Returns:The time_first_detected of this ProblemEntitySummary.
Return type:datetime
time_last_detected

[Required] Gets the time_last_detected of this ProblemEntitySummary. Data source problem entities last detected time

Returns:The time_last_detected of this ProblemEntitySummary.
Return type:datetime