Click or drag to resize

LogsAlertWhenFreeDiskSpaceBelowThreshold Property

Gets or sets the alert when free disk space below threshold. Use AlertWhenFreeDiskSpaceBelowMetrics to control what metrics this property in.

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-threshold")]
public int AlertWhenFreeDiskSpaceBelowThreshold { get; set; }
Request Example View Source

Property Value

Type: Int32
The alert when free disk space below threshold.
See Also