Show / Hide Table of Contents

Class ApplyNetworkFirewallPolicyDetails

Request data required to clone a network firewall policy.

Inheritance
object
ApplyNetworkFirewallPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top