NetworkAddressListCollection¶
-
class
oci.waf.models.
NetworkAddressListCollection
(**kwargs)¶ Bases:
object
Contains NetworkAddressListSummary items.
Methods
__init__
(**kwargs)Initializes a new NetworkAddressListCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this NetworkAddressListCollection. -
__init__
(**kwargs)¶ Initializes a new NetworkAddressListCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.waf.models.NetworkAddressListSummary]) – The value to assign to the items property of this NetworkAddressListCollection.
-
items
¶ [Required] Gets the items of this NetworkAddressListCollection. A list of NetworkAddressListSummary objects.
Returns: The items of this NetworkAddressListCollection. Return type: list[oci.waf.models.NetworkAddressListSummary]
-