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