ApplyNetworkFirewallPolicyDetails

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

Bases: object

Request data required to clone a network firewall policy.

Methods

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

Attributes

firewalls Gets the firewalls of this ApplyNetworkFirewallPolicyDetails.
__init__(**kwargs)

Initializes a new ApplyNetworkFirewallPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:firewalls (list[str]) – The value to assign to the firewalls property of this ApplyNetworkFirewallPolicyDetails.
firewalls

Gets the firewalls of this ApplyNetworkFirewallPolicyDetails. Ordered priority list of firewall OCIDs on which the update needs to be applied in given order. If the list is a subset of the firewalls attached, then given firewalls would be deployed first with the change, followed by remaining firewalls.

Returns:The firewalls of this ApplyNetworkFirewallPolicyDetails.
Return type:list[str]