appliance techpreview networking ipv6: I pv6 address
I_pv6_address structure Structure used to name an IPv6 address.Representations:
{
"address": "string",
"prefix": 1
}
"address": "string",
"prefix": 1
}
<?xml version="1.0" ?>
<ns0:IPv6Address xmlns:ns0="http://vmware.com/appliance/techpreview/networking/ipv6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<address>string</address>
<prefix>1</prefix>
</ns0:IPv6Address>
<ns0:IPv6Address xmlns:ns0="http://vmware.com/appliance/techpreview/networking/ipv6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<address>string</address>
<prefix>1</prefix>
</ns0:IPv6Address>
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| address | string | IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. |
| prefix | long | IPv6 CIDR prefix, for example, 64. |