Click or drag to resize

NATSettingsIPv6Address Property

Gets or sets the IPV6 address for static NATs.

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

Property Value

Type: IPAddress
See Also