Click or drag to resize

LogsAlertWhenFreeDiskSpaceBelow Property

Gets or sets a value indicating whether to alert when free disk space below value set in AlertWhenFreeDiskSpaceBelowThreshold.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "alert-when-free-disk-space-below")]
public bool AlertWhenFreeDiskSpaceBelow { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if [alert when free disk space below]; otherwise, false.
See Also