Class CreateVxlanInspectionRuleDetails
Request for creating Vxlan Tunnel Inspection Rule used in the firewall policy rules.
Inherited Members
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 |