Click or drag to resize

AddressRangeNATSettings Property

Gets or sets the nat settings.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "nat-settings")]
public NATSettings NATSettings { get; set; }
Request Example View Source

Property Value

Type: NATSettings
The nat settings.
Remarks
Requires DetailLevel of Full
See Also