Click or drag to resize

SimpleGatewayIPv6Address Property

Gets or sets the IPv6 address.

Namespace:  Koopman.CheckPoint
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
The IPv6 address.
Remarks
Requires DetailLevel of Full
See Also