ResponderActivitySummary¶
-
class
oci.cloud_guard.models.
ResponderActivitySummary
(**kwargs)¶ Bases:
object
Responder activity summary definition.
Attributes
RESPONDER_ACTIVITY_TYPE_COMPLETED
A constant which can be used with the responder_activity_type property of a ResponderActivitySummary. RESPONDER_ACTIVITY_TYPE_STARTED
A constant which can be used with the responder_activity_type property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_ALL
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_AWAITING_CONFIRMATION
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_AWAITING_INPUT
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_FAILED
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_SKIPPED
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_STARTED
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_EXECUTION_STATUS_SUCCEEDED
A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. RESPONDER_TYPE_NOTIFICATION
A constant which can be used with the responder_type property of a ResponderActivitySummary. RESPONDER_TYPE_REMEDIATION
A constant which can be used with the responder_type property of a ResponderActivitySummary. id
[Required] Gets the id of this ResponderActivitySummary. message
[Required] Gets the message of this ResponderActivitySummary. problem_id
[Required] Gets the problem_id of this ResponderActivitySummary. responder_activity_type
[Required] Gets the responder_activity_type of this ResponderActivitySummary. responder_execution_status
[Required] Gets the responder_execution_status of this ResponderActivitySummary. responder_rule_id
[Required] Gets the responder_rule_id of this ResponderActivitySummary. responder_rule_name
[Required] Gets the responder_rule_name of this ResponderActivitySummary. responder_type
[Required] Gets the responder_type of this ResponderActivitySummary. time_created
[Required] Gets the time_created of this ResponderActivitySummary. Methods
__init__
(**kwargs)Initializes a new ResponderActivitySummary object with values from keyword arguments. -
RESPONDER_ACTIVITY_TYPE_COMPLETED
= 'COMPLETED'¶ A constant which can be used with the responder_activity_type property of a ResponderActivitySummary. This constant has a value of “COMPLETED”
-
RESPONDER_ACTIVITY_TYPE_STARTED
= 'STARTED'¶ A constant which can be used with the responder_activity_type property of a ResponderActivitySummary. This constant has a value of “STARTED”
-
RESPONDER_EXECUTION_STATUS_ALL
= 'ALL'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “ALL”
-
RESPONDER_EXECUTION_STATUS_AWAITING_CONFIRMATION
= 'AWAITING_CONFIRMATION'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “AWAITING_CONFIRMATION”
-
RESPONDER_EXECUTION_STATUS_AWAITING_INPUT
= 'AWAITING_INPUT'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “AWAITING_INPUT”
-
RESPONDER_EXECUTION_STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “FAILED”
-
RESPONDER_EXECUTION_STATUS_SKIPPED
= 'SKIPPED'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “SKIPPED”
-
RESPONDER_EXECUTION_STATUS_STARTED
= 'STARTED'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “STARTED”
-
RESPONDER_EXECUTION_STATUS_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the responder_execution_status property of a ResponderActivitySummary. This constant has a value of “SUCCEEDED”
-
RESPONDER_TYPE_NOTIFICATION
= 'NOTIFICATION'¶ A constant which can be used with the responder_type property of a ResponderActivitySummary. This constant has a value of “NOTIFICATION”
-
RESPONDER_TYPE_REMEDIATION
= 'REMEDIATION'¶ A constant which can be used with the responder_type property of a ResponderActivitySummary. This constant has a value of “REMEDIATION”
-
__init__
(**kwargs)¶ Initializes a new ResponderActivitySummary 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 ResponderActivitySummary.
- problem_id (str) – The value to assign to the problem_id property of this ResponderActivitySummary.
- responder_rule_id (str) – The value to assign to the responder_rule_id property of this ResponderActivitySummary.
- responder_type (str) – The value to assign to the responder_type property of this ResponderActivitySummary. Allowed values for this property are: “REMEDIATION”, “NOTIFICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- responder_rule_name (str) – The value to assign to the responder_rule_name property of this ResponderActivitySummary.
- responder_activity_type (str) – The value to assign to the responder_activity_type property of this ResponderActivitySummary. Allowed values for this property are: “STARTED”, “COMPLETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- responder_execution_status (str) – The value to assign to the responder_execution_status property of this ResponderActivitySummary. Allowed values for this property are: “STARTED”, “AWAITING_CONFIRMATION”, “AWAITING_INPUT”, “SUCCEEDED”, “FAILED”, “SKIPPED”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this ResponderActivitySummary.
- message (str) – The value to assign to the message property of this ResponderActivitySummary.
-
id
¶ [Required] Gets the id of this ResponderActivitySummary. Unique ID for responder activity
Returns: The id of this ResponderActivitySummary. Return type: str
-
message
¶ [Required] Gets the message of this ResponderActivitySummary. Additional message related to this operation
Returns: The message of this ResponderActivitySummary. Return type: str
-
problem_id
¶ [Required] Gets the problem_id of this ResponderActivitySummary. Unique ID of problem associated with responder activity
Returns: The problem_id of this ResponderActivitySummary. Return type: str
-
responder_activity_type
¶ [Required] Gets the responder_activity_type of this ResponderActivitySummary. Responder activity type
Allowed values for this property are: “STARTED”, “COMPLETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The responder_activity_type of this ResponderActivitySummary. Return type: str
-
responder_execution_status
¶ [Required] Gets the responder_execution_status of this ResponderActivitySummary. Responder execution status
Allowed values for this property are: “STARTED”, “AWAITING_CONFIRMATION”, “AWAITING_INPUT”, “SUCCEEDED”, “FAILED”, “SKIPPED”, “ALL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The responder_execution_status of this ResponderActivitySummary. Return type: str
-
responder_rule_id
¶ [Required] Gets the responder_rule_id of this ResponderActivitySummary. Unique ID of the responder rule associated with the problem
Returns: The responder_rule_id of this ResponderActivitySummary. Return type: str
-
responder_rule_name
¶ [Required] Gets the responder_rule_name of this ResponderActivitySummary. Responder rule name
Returns: The responder_rule_name of this ResponderActivitySummary. Return type: str
-
responder_type
¶ [Required] Gets the responder_type of this ResponderActivitySummary. Responder rule type for performing the operation
Allowed values for this property are: “REMEDIATION”, “NOTIFICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The responder_type of this ResponderActivitySummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ResponderActivitySummary. Responder activity starting time
Returns: The time_created of this ResponderActivitySummary. Return type: datetime
-