Show / Hide Table of Contents

Class UpdateVxlanInspectionRuleDetails

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

Inheritance
object
UpdateTunnelInspectionRuleDetails
UpdateVxlanInspectionRuleDetails
Inherited Members
UpdateTunnelInspectionRuleDetails.Action
UpdateTunnelInspectionRuleDetails.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 UpdateVxlanInspectionRuleDetails : UpdateTunnelInspectionRuleDetails

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