Click or drag to resize

AccessLayerFirewall Property

Whether Firewall blade is enabled on this layer.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "firewall", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Nullable<bool> Firewall { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionFirewall
Remarks
Requires DetailLevel of Full
See Also