WebAppFirewallCollection

class oci.waf.models.WebAppFirewallCollection(**kwargs)

Bases: object

Result of a WebAppFirewall list operation.

Methods

__init__(**kwargs) Initializes a new WebAppFirewallCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this WebAppFirewallCollection.
__init__(**kwargs)

Initializes a new WebAppFirewallCollection 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.WebAppFirewallSummary]) – The value to assign to the items property of this WebAppFirewallCollection.
items

[Required] Gets the items of this WebAppFirewallCollection. List of WebAppFirewalls.

Returns:The items of this WebAppFirewallCollection.
Return type:list[oci.waf.models.WebAppFirewallSummary]