Values_1.PublicIpv4PoolRangeSourceDescribes an address range of an IPv4 address pool.
type nonrec t = {firstAddress : Values_0.String_.t option;The first IP address in the range.
*)lastAddress : Values_0.String_.t option;The last IP address in the range.
*)addressCount : Values_0.Integer.t option;The number of addresses in the range.
*)availableAddressCount : Values_0.Integer.t option;The number of available addresses in the range.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ])
list ]