ServiceListSummaryCollection¶
-
class
oci.network_firewall.models.
ServiceListSummaryCollection
(**kwargs)¶ Bases:
object
Collection of Service Lists in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new ServiceListSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ServiceListSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new ServiceListSummaryCollection 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.ServiceListSummary]) – The value to assign to the items property of this ServiceListSummaryCollection.
-
items
¶ [Required] Gets the items of this ServiceListSummaryCollection. List of service lists.
Returns: The items of this ServiceListSummaryCollection. Return type: list[oci.network_firewall.models.ServiceListSummary]
-