Show / Hide Table of Contents

Class CreateVxlanInspectionRuleDetails

Request for creating Vxlan Tunnel Inspection Rule used in the firewall policy rules.

Inheritance
object
CreateTunnelInspectionRuleDetails
CreateVxlanInspectionRuleDetails
Inherited Members
CreateTunnelInspectionRuleDetails.Name
CreateTunnelInspectionRuleDetails.Action
CreateTunnelInspectionRuleDetails.Position
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 CreateVxlanInspectionRuleDetails : CreateTunnelInspectionRuleDetails

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
[JsonProperty(PropertyName = "profile")]
public VxlanInspectionRuleProfile Profile { get; set; }
Property Value
Type Description
VxlanInspectionRuleProfile
In this article
Back to top