 | LogsRejectConnectionsWhenFreeDiskSpaceBelowThreshold Property |
Gets or sets a value indicating whether to reject connections when free disk space below threshold.
Namespace:
Koopman.CheckPoint.SimpleGatewaySettings
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax[JsonPropertyAttribute(PropertyName = "reject-connections-when-free-disk-space-below-threshold")]
public bool RejectConnectionsWhenFreeDiskSpaceBelowThreshold { get; set; }
Request Example
View SourceProperty Value
Type:
Booleantrue if to reject connections when free disk space below threshold; otherwise,
false.
See Also