NatRuleCollection

class oci.network_firewall.models.NatRuleCollection(**kwargs)

Bases: object

Collection of Nat Rule Summaries in the network firewall policy

Methods

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

Attributes

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

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

[Required] Gets the items of this NatRuleCollection. Collection of Nat Rule Summaries.

Returns:The items of this NatRuleCollection.
Return type:list[oci.network_firewall.models.NatRuleSummary]