NetworkArgs

fun NetworkArgs(cidrBlock: Output<String>? = null, classicLinkEnabled: Output<Boolean>? = null, description: Output<String>? = null, dryRun: Output<Boolean>? = null, enableIpv6: Output<Boolean>? = null, ipv6Isp: Output<String>? = null, name: Output<String>? = null, resourceGroupId: Output<String>? = null, routeTableId: Output<String>? = null, routerTableId: Output<String>? = null, secondaryCidrBlocks: Output<List<String>>? = null, tags: Output<Map<String, Any>>? = null, userCidrs: Output<List<String>>? = null, vpcName: Output<String>? = null)