Show / Hide Table of Contents

Class VxlanInspectionRule

Vxlan Tunnel Inspection Rule used on the firewall policy rules.

Inheritance
object
TunnelInspectionRule
VxlanInspectionRule
Inherited Members
TunnelInspectionRule.Name
TunnelInspectionRule.Action
TunnelInspectionRule.PriorityOrder
TunnelInspectionRule.Position
TunnelInspectionRule.ParentResourceId
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 VxlanInspectionRule : TunnelInspectionRule

Properties

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

In this article
Back to top