NetworkArgs

constructor(ipPools: Output<List<NetworkIpPoolArgs>>? = null, name: Output<String>? = null, routes: Output<List<NetworkRouteArgs>>? = null, tags: Output<List<TagArgs>>? = null)