ResponderExecutionCollection¶
-
class
oci.cloud_guard.models.
ResponderExecutionCollection
(**kwargs)¶ Bases:
object
Collection of aggregated responder execution information, including their corresponding count values.
Methods
__init__
(**kwargs)Initializes a new ResponderExecutionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ResponderExecutionCollection. locks
Gets the locks of this ResponderExecutionCollection. -
__init__
(**kwargs)¶ Initializes a new ResponderExecutionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.cloud_guard.models.ResponderExecutionSummary]) – The value to assign to the items property of this ResponderExecutionCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ResponderExecutionCollection.
-
items
¶ [Required] Gets the items of this ResponderExecutionCollection. List of ResponderExecutionSummary resources
Returns: The items of this ResponderExecutionCollection. Return type: list[oci.cloud_guard.models.ResponderExecutionSummary]
-
locks
¶ Gets the locks of this ResponderExecutionCollection. Locks associated with this resource.
Returns: The locks of this ResponderExecutionCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-