Values.IpRouteInfoSourceInformation about one or more IP address blocks.
type nonrec t = {directoryId : DirectoryId.t option;Identifier (ID) of the directory associated with the IP addresses.
*)cidrIp : CidrIp.t option;IP address block in the IpRoute.
*)cidrIpv6 : CidrIpv6.t option;IPv6 address block in the IpRoute.
*)ipRouteStatusMsg : IpRouteStatusMsg.t option;The status of the IP address block.
*)addedDateTime : AddedDateTime.t option;The date and time the address block was added to the directory.
*)ipRouteStatusReason : IpRouteStatusReason.t option;The reason for the IpRouteStatusMsg.
*)description : Description.t option;Description of the IpRouteInfo.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of AddedDateTime.t ])
list ]