Values_2.PublicIpv4PoolSourceDescribes an IPv4 address pool.
type nonrec t = {poolId : Values_0.String_.t option;The ID of the address pool.
*)description : Values_0.String_.t option;A description of the address pool.
*)poolAddressRanges : Values_1.PublicIpv4PoolRangeSet.t option;The address ranges.
*)totalAddressCount : Values_0.Integer.t option;The total number of addresses.
*)totalAvailableAddressCount : Values_0.Integer.t option;The total number of available addresses.
*)networkBorderGroup : Values_0.String_.t option;The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]