Class NatRuleMatchCriteria
Match criteria used in NAT Rule used on the firewall policy.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class NatRuleMatchCriteriaProperties
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. | 
Service
Declaration
[JsonProperty(PropertyName = "service")]
public string Service { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A Service name to be evaluated against the traffic protocol and protocol-specific parameters. | 
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. |