Show / Hide Table of Contents

Class DecryptionRuleMatchCriteria

Match criteria used in Decryption Rule used on the firewall policy rules.

Inheritance
object
DecryptionRuleMatchCriteria
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 DecryptionRuleMatchCriteria

Properties

DestinationAddress

Declaration
[JsonProperty(PropertyName = "destinationAddress")]
public List<string> DestinationAddress { get; set; }
Property Value
Type Description
List<string>

An array of IP address list names to be evaluated against the traffic destination address.

SourceAddress

Declaration
[JsonProperty(PropertyName = "sourceAddress")]
public List<string> SourceAddress { get; set; }
Property Value
Type Description
List<string>

An array of IP address list names to be evaluated against the traffic source address.

In this article
Back to top