Values_7.DeleteCoipCidrRequestSourceDeletes a range of customer-owned IP addresses.
type nonrec t = {cidr : Values_0.String_.t;A customer-owned IP address range that you want to delete.
*)coipPoolId : Values_1.Ipv4PoolCoipId.t;The ID of the customer-owned address pool.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?dryRun:??? ->
cidr:Values_0.String_.t ->
coipPoolId:Values_1.Ipv4PoolCoipId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]