TargetResponderRecipeCollection¶
-
class
oci.cloud_guard.models.
TargetResponderRecipeCollection
(**kwargs)¶ Bases:
object
Collection of target responder recipe summaries.
Methods
__init__
(**kwargs)Initializes a new TargetResponderRecipeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TargetResponderRecipeCollection. locks
Gets the locks of this TargetResponderRecipeCollection. -
__init__
(**kwargs)¶ Initializes a new TargetResponderRecipeCollection 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.TargetResponderRecipeSummary]) – The value to assign to the items property of this TargetResponderRecipeCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this TargetResponderRecipeCollection.
-
items
¶ [Required] Gets the items of this TargetResponderRecipeCollection. List of TargetResponderRecipeSummary resources
Returns: The items of this TargetResponderRecipeCollection. Return type: list[oci.cloud_guard.models.TargetResponderRecipeSummary]
-
locks
¶ Gets the locks of this TargetResponderRecipeCollection. Locks associated with this resource.
Returns: The locks of this TargetResponderRecipeCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-