Ipv6Config interface
Details related to the IPv6 address configuration.
Properties
gateway | The IPv6 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
ip |
The IPv6 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
prefix |
The IPv6 prefix of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
gateway
The IPv6 gateway of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
gateway?: string
Property Value
string
ipAddress
The IPv6 address of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
prefixLength
The IPv6 prefix of the network adapter. NOTE: This property will not be serialized. It can only be populated by the server.
prefixLength?: number
Property Value
number