ExploitAttemptEventData¶
-
class
oci.os_management_hub.models.
ExploitAttemptEventData
(**kwargs)¶ Bases:
object
Information about the exploit attempt event.
Methods
__init__
(**kwargs)Initializes a new ExploitAttemptEventData object with values from keyword arguments. Attributes
additional_details
Gets the additional_details of this ExploitAttemptEventData. content
Gets the content of this ExploitAttemptEventData. count
[Required] Gets the count of this ExploitAttemptEventData. -
__init__
(**kwargs)¶ Initializes a new ExploitAttemptEventData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - content (oci.os_management_hub.models.ExploitAttemptEventContent) – The value to assign to the content property of this ExploitAttemptEventData.
- count (int) – The value to assign to the count property of this ExploitAttemptEventData.
- additional_details (oci.os_management_hub.models.ExploitAttemptAdditionalDetails) – The value to assign to the additional_details property of this ExploitAttemptEventData.
-
additional_details
¶ Gets the additional_details of this ExploitAttemptEventData.
Returns: The additional_details of this ExploitAttemptEventData. Return type: oci.os_management_hub.models.ExploitAttemptAdditionalDetails
-
content
¶ Gets the content of this ExploitAttemptEventData.
Returns: The content of this ExploitAttemptEventData. Return type: oci.os_management_hub.models.ExploitAttemptEventContent
-
count
¶ [Required] Gets the count of this ExploitAttemptEventData. Number of times the event has occurred.
Returns: The count of this ExploitAttemptEventData. Return type: int
-