Values_2.Ipv6PoolSourceDescribes an IPv6 address pool.
type nonrec t = {poolId : Values_0.String_.t option;The ID of the address pool.
*)description : Values_0.String_.t option;The description for the address pool.
*)poolCidrBlocks : Values_1.PoolCidrBlocksSet.t option;The CIDR blocks for the address pool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]