Values_4.UnassignIpv6AddressesRequestSourceUnassigns the specified IPv6 addresses or Prefix Delegation prefixes from a network interface.
type nonrec t = {ipv6Prefixes : Values_3.IpPrefixList.t option;The IPv6 prefixes to unassign from the network interface.
*)networkInterfaceId : Values_0.NetworkInterfaceId.t;The ID of the network interface.
*)ipv6Addresses : Values_3.Ipv6AddressList.t option;The IPv6 addresses to unassign from the network interface.
*)}val make :
?ipv6Prefixes:??? ->
?ipv6Addresses:??? ->
networkInterfaceId:Values_0.NetworkInterfaceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.String_.t ] list
| `String of Values_0.NetworkInterfaceId.t ])
list ]