SecurityRuleSummaryCollection¶
-
class
oci.network_firewall.models.
SecurityRuleSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Security Rule Summaries in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new SecurityRuleSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SecurityRuleSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new SecurityRuleSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.network_firewall.models.SecurityRuleSummary]) – The value to assign to the items property of this SecurityRuleSummaryCollection.
-
items
¶ [Required] Gets the items of this SecurityRuleSummaryCollection. Collection of Security Rule Summaries.
Returns: The items of this SecurityRuleSummaryCollection. Return type: list[oci.network_firewall.models.SecurityRuleSummary]
-