Click or drag to resize

LogsAlertWhenFreeDiskSpaceBelowType Property

Gets or sets the alert type for when free disk space below threshold.

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-type")]
public AlertType AlertWhenFreeDiskSpaceBelowType { get; set; }
Request Example View Source

Property Value

Type: AlertType
The alert type for when free disk space below threshold.
See Also