Values_4.UnassignPrivateIpAddressesRequestSourceContains the parameters for UnassignPrivateIpAddresses.
type nonrec t = {ipv4Prefixes : Values_3.IpPrefixList.t option;The IPv4 prefixes to unassign from the network interface.
*)networkInterfaceId : Values_0.NetworkInterfaceId.t;The ID of the network interface.
*)privateIpAddresses : Values_3.PrivateIpAddressStringList.t option;The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
*)}val make :
?ipv4Prefixes:??? ->
?privateIpAddresses:??? ->
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 ]