/** *
In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
*/ export interface _TargetAddress { /** *One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
*/ Ip: string; /** *The port at Ip that you want to forward DNS queries to.