Show / Hide Table of Contents

Class VxlanInspectionRuleProfile

Vxlan Inspect profile used in Vxlan Tunnel Inspection Rules.

Inheritance
object
VxlanInspectionRuleProfile
Inherited Members
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 VxlanInspectionRuleProfile

Properties

MustReturnTrafficToSource

Declaration
[JsonProperty(PropertyName = "mustReturnTrafficToSource")]
public bool? MustReturnTrafficToSource { get; set; }
Property Value
Type Description
bool?

Return scanned VXLAN tunnel traffic to source.

In this article
Back to top