Class NatV4NatRule
A Nat Rule is used to define to which traffic NAT should be applied by the firewall.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class NatV4NatRule : NatRule
Properties
Action
Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(ResponseEnumConverter))]
public NatV4ActionType? Action { get; set; }
Property Value
Type | Description |
---|---|
NatV4ActionType? | action:
|
Remarks
Required
Condition
Declaration
[Required(ErrorMessage = "Condition is required.")]
[JsonProperty(PropertyName = "condition")]
public NatRuleMatchCriteria Condition { get; set; }
Property Value
Type | Description |
---|---|
NatRuleMatchCriteria |
Remarks
Required