IpAddress interface

Describes properties of the IP address.

Properties

address

Represents the IP Address.

ipAddressVersion

Represents the Ip Address Version.

subnet

The subnet to which this IP address belongs.

Property Details

address

Represents the IP Address.

address?: string

Property Value

string

ipAddressVersion

Represents the Ip Address Version.

ipAddressVersion?: string

Property Value

string

subnet

The subnet to which this IP address belongs.

subnet?: Subnet

Property Value