RelatedEventSummary¶
-
class
oci.os_management.models.
RelatedEventSummary
(**kwargs)¶ Bases:
object
Event occurrence on managed instances.
Methods
__init__
(**kwargs)Initializes a new RelatedEventSummary object with values from keyword arguments. Attributes
id
[Required] Gets the id of this RelatedEventSummary. instance_id
[Required] Gets the instance_id of this RelatedEventSummary. timestamp
Gets the timestamp of this RelatedEventSummary. -
__init__
(**kwargs)¶ Initializes a new RelatedEventSummary 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 RelatedEventSummary.
- instance_id (str) – The value to assign to the instance_id property of this RelatedEventSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this RelatedEventSummary.
-
id
¶ [Required] Gets the id of this RelatedEventSummary. OCID identifier of the event
Returns: The id of this RelatedEventSummary. Return type: str
-
instance_id
¶ [Required] Gets the instance_id of this RelatedEventSummary. OCID identifier of the instance
Returns: The instance_id of this RelatedEventSummary. Return type: str
-
timestamp
¶ Gets the timestamp of this RelatedEventSummary. time occurence
Returns: The timestamp of this RelatedEventSummary. Return type: datetime
-