RouterNatSubnetworkToNat64Copyimport type { RouterNatSubnetworkToNat64 } from "https://googleapis.deno.dev/v1/compute:v1.ts";Specifies a subnetwork to enable NAT64. interface RouterNatSubnetworkToNat64 {name?: string;}§Properties§name?: string[src]URL for the subnetwork resource that will use NAT64.