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