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