Class VxlanInspectionRule
Vxlan Tunnel Inspection Rule used on the firewall policy rules.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class VxlanInspectionRule : TunnelInspectionRuleProperties
Condition
Declaration
[Required(ErrorMessage = "Condition is required.")]
[JsonProperty(PropertyName = "condition")]
public VxlanInspectionRuleMatchCriteria Condition { get; set; }Property Value
| Type | Description | 
|---|---|
| VxlanInspectionRuleMatchCriteria | 
Remarks
Required
Profile
Declaration
[Required(ErrorMessage = "Profile is required.")]
[JsonProperty(PropertyName = "profile")]
public VxlanInspectionRuleProfile Profile { get; set; }Property Value
| Type | Description | 
|---|---|
| VxlanInspectionRuleProfile | 
Remarks
Required