IpAddress interface
Describes properties of the IP address.
Properties
address | Represents the IP Address. |
ip |
Represents the Ip Address Version. |
subnet | The subnet to which this IP address belongs. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
subnet?: Subnet