Values.RemoveIpRoutesRequestSourceRemoves IP address blocks from a directory.
type nonrec t = {directoryId : DirectoryId.t;Identifier (ID) of the directory from which you want to remove the IP addresses.
*)cidrIps : CidrIps.t option;IP address blocks that you want to remove.
*)cidrIpv6s : CidrIpv6s.t option;IPv6 address blocks that you want to remove.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of CidrIp.t ] list
| `String of DirectoryId.t ])
list ]