ResponderRecipeCollection

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

Bases: object

Collection of responder recipe summary information.

Methods

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

Attributes

items [Required] Gets the items of this ResponderRecipeCollection.
locks Gets the locks of this ResponderRecipeCollection.
__init__(**kwargs)

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

Parameters:
items

[Required] Gets the items of this ResponderRecipeCollection. List of ResponderRecipeSummary resources

Returns:The items of this ResponderRecipeCollection.
Return type:list[oci.cloud_guard.models.ResponderRecipeSummary]
locks

Gets the locks of this ResponderRecipeCollection. Locks associated with this resource.

Returns:The locks of this ResponderRecipeCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]