Show / Hide Table of Contents

Class VxlanInspectionRuleSummary

Vxlan Tunnel Inspection Rule used on the firewall policy rules.

Inheritance
object
TunnelInspectionRuleSummary
VxlanInspectionRuleSummary
Inherited Members
TunnelInspectionRuleSummary.Name
TunnelInspectionRuleSummary.Action
TunnelInspectionRuleSummary.PriorityOrder
TunnelInspectionRuleSummary.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 VxlanInspectionRuleSummary : TunnelInspectionRuleSummary

Properties

Condition

Declaration
[JsonProperty(PropertyName = "condition")]
public VxlanInspectionRuleMatchCriteria Condition { get; set; }
Property Value
Type Description
VxlanInspectionRuleMatchCriteria

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