Click or drag to resize

TopologySettingsInterfaceLeadsToDMZ Property

Gets or sets a value indicating whether interface leads to DMZ.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "interface-leads-to-dmz")]
public bool InterfaceLeadsToDMZ { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if interface leads to DMZ; otherwise, false.
See Also