Class ApplyNetworkFirewallPolicyDetails
Request data required to clone a network firewall policy.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class ApplyNetworkFirewallPolicyDetails
Properties
Firewalls
Declaration
[JsonProperty(PropertyName = "firewalls")]
public List<string> Firewalls { get; set; }
Property Value
Type | Description |
---|---|
List<string> | 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. |